RemoveByHandle
- C++
- Blueprint
UFUNCTION(BlueprintCallable, Category = "Event System")
int RemoveByHandle(const FLES_ObserverHandle& ObserverHandle);
Parameters | |
---|---|
ObserverHandle | Handle used to remove the observer record. |
Return | Amount of observer records removed. |
Removes the observer record referenced by the ObserverHandle.