Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTimerManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
| Include | #include "TimerManager.h" |
bool TimerExists
&40;
FTimerHandle InHandle
&41; 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. |