EThreadPriority

The list of enumerated thread priorities we support

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,
}

Values

Name

Description

TPri_Normal

TPri_AboveNormal

TPri_BelowNormal

TPri_Highest

TPri_Lowest

TPri_SlightlyBelowNormal

TPri_TimeCritical

Remarks

The list of enumerated thread priorities we support

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss