FTimerManager::IsTimerPaused

Returns true if the specified timer exists and is paused

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Syntax

bool IsTimerPaused
(
    FTimerHandle InHandle
) const

Remarks

Returns true if the specified timer exists and is paused

Returns

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

Parameters

Parameter

Description

InHandle

The handle of the timer to check for being paused.

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