Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTimerManager
Description
Clears a previously set timer, identical to calling SetTimer() with a <= 0.f rate. Invalidates the timer handle as it should no longer be used.
| Name | ClearTimer |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
| Include Path | #include "TimerManager.h" |
void ClearTimer
(
FTimerHandle & InHandle
)
Parameters
| Name | Remarks |
|---|---|
| InHandle | The handle of the timer to clear. |