Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- FTSTickerObjectBase
- FChaosVDEngine
- FHierarchicalLODProxyProcessor
- FHTTPChunkInstall
- FHttpManager
- FHttpServerModule
- FODSCManager
- FOnlineServicesCommon
- FOnlineServicesEOSGS
- FOnlineServicesEOS
- FOnlineServicesNull
- FOnlineServicesOSSAdapter
- FOnlineSubsystemImpl
- FOnlineSubsystemAmazon
- FOnlineSubsystemGoogleCommon
- FOnlineSubsystemGoogle
- FOnlineSubsystemNull
- FOnlineSubsystemSteam
- IOnlineSubsystemEOS
- FSteamSocketsSubsystem
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include | #include "Containers/Ticker.h" |
Syntax
class FTSTickerObjectBase
Remarks
Base class for thread-safe ticker objects
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTSTickerObjectBase
(
const FTSTickerObjectBase& |
|||
FTSTickerObjectBase
(
float InDelay, |
Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTSTickerObjectBase & | operator=
(
const FTSTickerObjectBase& |
||
| FTSTickerObjectBase & | operator=
(
FTSTickerObjectBase&& |