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 the rendering thread.
Derived Overrides
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h |
| Include Path | #include "TickableObjectRenderThread.h" |
void Tick
(
FRHICommandListImmediate & RHICmdList,
float DeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Game time passed since the last call. |