Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/FTimerData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimerData () |
EventLoop/EventLoopTimer.h | ||
FTimerData
(
FTimerData&& |
Movable only. | EventLoop/EventLoopTimer.h | |
FTimerData
(
const FTimerData& |
EventLoop/EventLoopTimer.h | ||
FTimerData
(
FTimerCallback&& InCallback, |
EventLoop/EventLoopTimer.h |
FTimerData()
| Name | FTimerData |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopTimer.h |
| Include Path | #include "EventLoop/EventLoopTimer.h" |
FTimerData()
FTimerData(FTimerData &&)
Description
Movable only.
| Name | FTimerData |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopTimer.h |
| Include Path | #include "EventLoop/EventLoopTimer.h" |
FTimerData
(
FTimerData &&
)
FTimerData(const FTimerData &)
| Name | FTimerData |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopTimer.h |
| Include Path | #include "EventLoop/EventLoopTimer.h" |
FTimerData
(
const FTimerData &
)
FTimerData(FTimerCallback &&, TOptional< FTimespan >, FTimespan, bool)
| Name | FTimerData |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopTimer.h |
| Include Path | #include "EventLoop/EventLoopTimer.h" |
FTimerData
(
FTimerCallback && InCallback,
TOptional< FTimespan > InFirstDelay,
FTimespan InRate,
bool bInRepeat
)