Skip to main content

RemoveByHandle

UFUNCTION(BlueprintCallable, Category = "Event System")
int RemoveByHandle(const FLES_ObserverHandle& ObserverHandle);
Parameters
ObserverHandleHandle used to remove the observer record.
ReturnAmount of observer records removed.

Removes the observer record referenced by the ObserverHandle.