Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickableGameObject
Description
Used to determine if an object should be ticked when the game is paused. Defaults to false, as that mimics old behavior.
Derived Overrides
| Name | IsTickableWhenPaused |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Tickable.h |
| Include Path | #include "Tickable.h" |
virtual bool IsTickableWhenPaused() const
true if it should be ticked when paused, false otherwise