FTimerManager::GetTimerRemaining

Gets the time remaining before the specified timer is called

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Syntax

float GetTimerRemaining
(
    FTimerHandle InHandle
) const

Remarks

Gets the time remaining before the specified timer is called

Returns

The current time remaining, or -1.f if timer does not exist

Parameters

Parameter

Description

InHandle

The handle of the timer to check the remaining time of.

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