Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Description
See if the tick function is currently registered to a level in the tick manager. If this is true and the tick is also enabled, the tick manager will automatically schedule it for execution.
| Name | IsTickFunctionRegistered |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
bool IsTickFunctionRegistered() const