Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include | #include "TimerManager.h" |
bool TimerExists
(
FTimerHandle InHandle
) const
Remarks
Returns true if the specified timer exists true if the timer exists, false otherwise.
Parameters
Name | Description |
---|---|
InHandle | The handle of the timer to check for existence. |