FTimerHandle

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

Choose your operating system:

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