![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TimerHandle.h>
Public Member Functions | |
| FTimerHandle () | |
| bool | IsValid () const |
| void | Invalidate () |
| bool | operator== (const FTimerHandle &Other) const |
| bool | operator!= (const FTimerHandle &Other) const |
| FString | ToString () const |
Friends | |
| class | FTimerManager |
| struct | FTimerHeapOrder |
| uint32 | GetTypeHash (const FTimerHandle &InHandle) |
Unique handle that can be used to distinguish timers that have identical delegates.
|
inline |
|
inline |
Explicitly clear handle
|
inline |
True if this handle was ever initialized by the timer manager
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |