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" |
float GetTimerElapsed
&40;
FTimerHandle InHandle
&41; const
Remarks
Gets the current elapsed time for the specified timer. The current time elapsed or -1.f if the timer does not exist.
Parameters
| Name | Description |
|---|---|
| InHandle | The handle of the timer to check the elapsed time of. |