EQueuedWorkPriority

Higher priority are picked up first by the task thread pool.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPool.h

Include

#include "Misc/QueuedThreadPool.h"

Syntax

enum EQueuedWorkPriority
{
    Highest    = 0,
    High       = 1,
    Normal     = 2,
    Low        = 3,
    Lowest     = 4,
    Count,
}

Values

Name

Description

Highest

High

Normal

Low

Lowest

Count

Remarks

Higher priority are picked up first by the task thread pool.