Navigation
API > API/Runtime > API/Runtime/Core
Base class for thread-safe ticker objects
| Name | FTSTickerObjectBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include Path | #include "Containers/Ticker.h" |
Syntax
class FTSTickerObjectBase
Derived Classes
FTSTickerObjectBase derived class hierarchy
- FAsyncProgressNotification
- FBackgroundHttpManagerImpl
- FChaosVDEngine
- FChaosVDPlaybackController
- FChaosVDScene
- FChaosVDSceneStreaming
- FHierarchicalLODProxyProcessor
- FHTTPChunkInstall
- FHttpManager
- FHttpServerModule
- FODSCManager
- FOnlineServicesCommon
- FOnlineSubsystemImpl
- FSocketSubsystemSteam
- FSteamSocketsSubsystem
- FXmppModule
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/Ticker.h | |||
FTSTickerObjectBase
(
const FTSTickerObjectBase& |
Containers/Ticker.h | ||
FTSTickerObjectBase
(
float InDelay, |
Constructor | Containers/Ticker.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTSTickerObjectBase() |
Virtual destructor. | Containers/Ticker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TickHandle | FTSTicker::FDelegateHandle | Delegate for callbacks to Tick | Containers/Ticker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. | Containers/Ticker.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTSTickerObjectBase & operator=
(
const FTSTickerObjectBase& |
Containers/Ticker.h | ||
| Containers/Ticker.h |