EThreadPriority

The list of enumerated thread priorities we support

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAffinity.h

Include

#include "GenericPlatform/GenericPlatformAffinity.h"

Syntax

enum EThreadPriority
{
    TPri_Normal,
    TPri_AboveNormal,
    TPri_BelowNormal,
    TPri_Highest,
    TPri_Lowest,
    TPri_SlightlyBelowNormal,
    TPri_TimeCritical,
    TPri_Num,
}

Values

Name

Description

TPri_Normal

TPri_AboveNormal

TPri_BelowNormal

TPri_Highest

TPri_Lowest

TPri_SlightlyBelowNormal

TPri_TimeCritical

TPri_Num

Remarks

The list of enumerated thread priorities we support