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 IsTimerPaused
(
FTimerHandle InHandle
) const
Remarks
Returns true if the specified timer exists and is paused true if the timer exists and is paused, false otherwise.
Parameters
Name | Description |
---|---|
InHandle | The handle of the timer to check for being paused. |