Navigation
API > API/Runtime > API/Runtime/Core
Special task priorities for tasks that are never sent to the scheduler
| Name | UE::Tasks::EExtendedTaskPriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
Syntax
namespace UE
{
namespace Tasks
{
enum EExtendedTaskPriority
{
None,
Inline,
TaskEvent,
GameThreadNormalPri,
GameThreadHiPri,
GameThreadNormalPriLocalQueue,
GameThreadHiPriLocalQueue,
RenderThreadNormalPri,
RenderThreadHiPri,
RenderThreadNormalPriLocalQueue,
RenderThreadHiPriLocalQueue,
RHIThreadNormalPri,
RHIThreadHiPri,
RHIThreadNormalPriLocalQueue,
RHIThreadHiPriLocalQueue,
Count,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Inline | |
| TaskEvent | |
| GameThreadNormalPri | For integration with named threads |
| GameThreadHiPri | |
| GameThreadNormalPriLocalQueue | |
| GameThreadHiPriLocalQueue | |
| RenderThreadNormalPri | |
| RenderThreadHiPri | |
| RenderThreadNormalPriLocalQueue | |
| RenderThreadHiPriLocalQueue | |
| RHIThreadNormalPri | |
| RHIThreadHiPri | |
| RHIThreadNormalPriLocalQueue | |
| RHIThreadHiPriLocalQueue | |
| Count |