FTimerManager::IsTimerActive

Returns true if the specified timer exists and is not paused

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Syntax

bool IsTimerActive
(
    FTimerHandle InHandle
) const

Remarks

Returns true if the specified timer exists and is not paused

Returns

true if the timer exists and is active, false otherwise.

Parameters

Parameter

Description

InHandle

The handle of the timer to check for being active.

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