FTimerManager::ClearTimer

Clears a previously set timer, identical to calling [SetTimer()](API\Runtime\Engine\FTimerManager\SetTimer\5) with a <= 0.f rate.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TimerManager.h

Include

#include "TimerManager.h"

Syntax

void ClearTimer
(
    FTimerHandle & InHandle
)

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

Parameter

Description

InHandle

The handle of the timer to clear.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss