Skip to main content

RemoveByObserver

UFUNCTION(BlueprintCallable, Category = "Event System")
int RemoveByObserver(const UObject* Observer);
Parameters
ObserverThe Observer object that should be entirely removed from the Event System.
ReturnAmount of observer records removed.

Removes all observer records associated with the Observer.