Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include | #include "TimerManager.h" |
float GetTimerRemaining
(
FTimerHandle InHandle
) const
Remarks
Gets the time remaining before the specified timer is called The current time remaining, or -1.f if timer does not exist
Parameters
Name | Description |
---|---|
InHandle | The handle of the timer to check the remaining time of. |