RemoveByObserver
- C++
- Blueprint
UFUNCTION(BlueprintCallable, Category = "Event System")
int RemoveByObserver(const UObject* Observer);

| Parameters | |
|---|---|
| Observer | The Observer object that should be entirely removed from the Event System. |
| Return | Amount of observer records removed. |
Removes all observer records associated with the Observer.