Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FTickableObjectRenderThread
Description
Pure virtual that must be overloaded by the inheriting class. It is used to determine whether an object is ready to be ticked. This is required for example for all UObject derived classes as they might be loaded async and therefore won't be ready immediately.
Derived Overrides
| Name | IsTickable |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h |
| Include Path | #include "TickableObjectRenderThread.h" |
bool IsTickable() const
true if class is ready to be ticked, false otherwise.