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