Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Warnings * This function is not threadsafe and must be called from the game thread.
Description
Adds the tick function to the primary list of tick functions for a specific level. If called during a tick frame, this will tick in the next tick group.
This function is not threadsafe and must be called from the game thread. Adds the tick function to the primary list of tick functions.
| Name | RegisterTickFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp |
void RegisterTickFunction
(
class ULevel * Level
)
Parameters
| Name | Remarks |
|---|---|
| Level | level to place this tick function in |