UKismetSystemLibrary::K2_InvalidateTimerHandle

Invalidate the supplied TimerHandle and return it.

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 FTimerHandle K2_InvalidateTimerHandle
(
    FTimerHandle & Handle
)

Remarks

Invalidate the supplied TimerHandle and return it.

Returns

Return the invalidated timer handle for convenience.

Parameters

Parameter

Description

Handle

The handle of the timer to invalidate.

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