Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTSTickerObjectBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/Ticker.h | |||
FTSTickerObjectBase
(
const FTSTickerObjectBase& |
Containers/Ticker.h | ||
FTSTickerObjectBase
(
float InDelay, |
Constructor | Containers/Ticker.h |
FTSTickerObjectBase(FTSTickerObjectBase &&)
| Name | FTSTickerObjectBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include Path | #include "Containers/Ticker.h" |
FTSTickerObjectBase
(
FTSTickerObjectBase &&
)
FTSTickerObjectBase(const FTSTickerObjectBase &)
| Name | FTSTickerObjectBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include Path | #include "Containers/Ticker.h" |
FTSTickerObjectBase
(
const FTSTickerObjectBase &
)
FTSTickerObjectBase(float, FTSTicker &)
Description
Constructor
| Name | FTSTickerObjectBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include Path | #include "Containers/Ticker.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/Ticker.cpp |
FTSTickerObjectBase
(
float InDelay,
FTSTicker & Ticker
)
Parameters
| Name | Remarks |
|---|---|
| InDelay | Delay until next fire; 0 means "next frame" |
| Ticker | the ticker to register with. Defaults to FTSTicker::GetCoreTicker(). |