Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FTSTickerObjectBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include | #include "Containers/Ticker.h" |
bool Tick
(
float DeltaTime
)
Remarks
Pure virtual that must be overloaded by the inheriting class. true if should continue ticking
Parameters
| Name | Description |
|---|---|
| DeltaTime | time passed since the last call. |