UKismetSystemLibrary::K2_IsValidTimerHandle

Returns whether the timer handle is valid.

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 bool K2_IsValidTimerHandle
(
    FTimerHandle Handle
)

Remarks

Returns whether the timer handle is valid. This does not indicate that there is an active timer that this handle references, but rather that it once referenced a valid timer.

Returns

Whether the timer handle is valid.

Parameters

Parameter

Description

Handle

The handle of the timer to check validity 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