Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
LowLevelTasks::ETaskPriority |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/Async/Fundamental/Task.h |
| Include Path |
#include "Async/Fundamental/Task.h" |
Syntax
namespace LowLevelTasks
{
enum ETaskPriority
{
High,
Normal,
Default = Normal,
ForegroundCount,
BackgroundHigh = ForegroundCount,
BackgroundNormal,
BackgroundLow,
Count,
Inherit,
}
}
Values
| Name |
Remarks |
| High |
|
| Normal |
|
| Default |
|
| ForegroundCount |
|
| BackgroundHigh |
|
| BackgroundNormal |
|
| BackgroundLow |
|
| Count |
|
| Inherit |
|