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 GetTimerRate
&40;
FTimerHandle InHandle
&41; const
Remarks
Gets the current rate (time between activations) for the specified timer. The current rate or -1.f if timer does not exist.
Parameters
| Name | Description |
|---|---|
| InHandle | The handle of the timer to return the rate of. |