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