Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include | #include "TimerManager.h" |
void ClearTimer
&40;
FTimerHandle & InHandle
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
InHandle | The handle of the timer to clear. |