FTimerUnifiedDelegate

Simple interface to wrap a timer delegate that can be either native or dynamic.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TimerManager.h

Include

#include "TimerManager.h"

Syntax

struct FTimerUnifiedDelegate

Remarks

Simple interface to wrap a timer delegate that can be either native or dynamic.

Variables

Name Description

Public variable

TFunction< void...

 

FuncCallback

Holds the TFunction callback to call.

Public variable

FTimerDelegate

 

FuncDelegate

Holds the delegate to call.

Public variable

FTimerDynamicDe...

 

FuncDynDelegate

Holds the dynamic delegate to call.

Constructors

Functions

Name Description

Public function

void

 

Execute()

Public function Const

const void &...

 

GetBoundObject()

Public function Const

bool

 

IsBound()

Public function Const

FString

 

ToString()

Utility to output info about delegate as a string.

Public function

void

 

Unbind()

Operators

Name Description

Public function

FTimerUnifie...

 

operator=

(
    FTimerUnifiedDelegate&&
)

Public function

FTimerUnifie...

 

operator=

(
    const FTimerUnifiedDelegate&
)

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