Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickableObjectBase
Description
Function called before IsTickable, used to change rules without breaking existing API. This was used to allow checking for tickable safety before calling GetTickableGameObjectWorld.
Derived Overrides
| Name | IsAllowedToTick |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Tickable.h |
| Include Path | #include "Tickable.h" |
virtual bool IsAllowedToTick() const
true if object is allowed to be ticked, false otherwise.