IsHandleValid
- C++
- Blueprint
UFUNCTION(BlueprintPure, Category = "Event System | Observer Handle")
static bool IsHandleValid(const FLES_ObserverHandle& ObserverHandle);
Checks if the ObserverHandle is valid. A Handle can only become invalid if the Event System no longer contains an observer record referenced by this handle.