Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMotionVectorSimulation
Description
Virtual that can be overloaded by the inheriting class. It is used to determine whether an object should be conditionally ticked.
Virtual Inheritance
- FTickableObjectBase::IsTickable → FMotionVectorSimulation::IsTickable
| Name | IsTickable |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/MotionVectorSimulation.h |
| Include Path | #include "Rendering/MotionVectorSimulation.h" |
virtual bool IsTickable() const
true if object is ready to be ticked, false otherwise.