FTickableObjectRenderThread::IsTickable

Pure virtual that must be overloaded by the inheriting class.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h

Include

#include "TickableObjectRenderThread.h"

Syntax

bool IsTickable() const

Remarks

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.

Returns

true if class is ready to be ticked, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss