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
Removes the tick function from the list of tick functions to automatically execute. This does not cancel ticks that have already been scheduled in the current tick frame.
This function is not threadsafe and must be called from the game thread. Removes the tick function from the primary list of tick functions.
| Name | UnRegisterTickFunction |
| 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 UnRegisterTickFunction()