FTimerHandle

Unique handle that can be used to distinguish timers that have identical delegates.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

struct FTimerHandle

Remarks

Unique handle that can be used to distinguish timers that have identical delegates.

Constructors

Name Description

Public function

FTimerHandle()

Functions

Name Description

Public function

void

 

Invalidate()

Explicitly clear handle

Public function Const

bool

 

IsValid()

True if this handle was ever initialized by the timer manager

Public function Const

FString

 

ToString()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FTimerHandle& Other
)

Public function Const

bool

 

operator==

(
    const FTimerHandle& Other
)

Constants

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