Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Warnings * This only affects current prerequisites, prerequisites that are added later will not inherit the priority.
Description
Sets this function to normal or high priority, and also modifies all prerequisites recursively.
This only affects current prerequisites, prerequisites that are added later will not inherit the priority.
| Name | SetPriorityIncludingPrerequisites |
| 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 SetPriorityIncludingPrerequisites
(
bool bInHighPriority
)