Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FTickableObjectRenderThread
Description
Pure virtual that must be overloaded by the inheriting class. It will be called from within LevelTick.cpp after ticking all actors or from the rendering thread (depending on bIsRenderingThreadObject)
Derived Overrides
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h |
| Include Path | #include "TickableObjectRenderThread.h" |
void Tick
(
float DeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Game time passed since the last call. |