Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include |
#include "TimerManager.h" |
void ClearTimer
(
FTimerHandle & InHandle
)
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.
Parameter |
Description |
---|---|
InHandle |
The handle of the timer to clear. |