FTimerManager::IsTimerPending

Returns true if the specified timer exists and is pending

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Syntax

bool IsTimerPending
(
    FTimerHandle InHandle
) const

Remarks

Returns true if the specified timer exists and is pending

Returns

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

Parameters

Parameter

Description

InHandle

The handle of the timer to check for being pending.

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