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 IsTimerActive
&40;
FTimerHandle InHandle
&41; const
Remarks
Returns true if the specified timer exists and is not paused true if the timer exists and is active, false otherwise.
Parameters
| Name | Description |
|---|---|
| InHandle | The handle of the timer to check for being active. |