Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include |
#include "TimerManager.h" |
struct FTimerUnifiedDelegate
Simple interface to wrap a timer delegate that can be either native or dynamic.
Name | Description | ||
---|---|---|---|
|
TFunction< void(void)> |
FuncCallback |
Holds the TFunction callback to call. |
|
FuncDelegate |
Holds the delegate to call. |
|
|
FuncDynDelegate |
Holds the dynamic delegate to call. |
Name | Description | |
---|---|---|
|
FTimerUnifiedDelegate() |
|
|
FTimerUnifiedDelegate ( |
|
|
FTimerUnifiedDelegate ( |
|
|
FTimerUnifiedDelegate ( |
|
|
FTimerUnifiedDelegate |
Movable only. |
|
FTimerUnifiedDelegate ( |
Name | Description | ||
---|---|---|---|
|
void |
Execute() |
|
|
const void * |
GetBoundObject() |
|
|
IsBound() |
||
|
ToString() |
Utility to output info about delegate as a string. |
|
|
void |
Unbind() |
Name | Description | ||
---|---|---|---|
|
operator= |
||
|
operator= ( |