FTimerManager::ClearTimer

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

Choose your operating system:

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.