UKismetSystemLibrary::K2_GetTimerRemainingTimeHandle

Returns time until the timer will next execute its handle.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static float K2_GetTimerRemainingTimeHandle
(
    UObject * WorldContextObject,
    FTimerHandle Handle
)

Remarks

Returns time until the timer will next execute its handle.

Returns

How long is remaining in the current iteration of the timer.

Parameters

Parameter

Description

Handle

The handle of the timer to time remaining 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