FRunnableThreadUnix::TranslateThreadPriority

On Unix, this translates to ranges of setpriority(). Note that not all range may be available

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixPlatformRunnableThread.h

Include

#include "Unix/UnixPlatformRunnableThread.h"

Syntax

virtual int32 TranslateThreadPriority
(
    EThreadPriority Priority
)

Remarks

On Unix, this translates to ranges of setpriority(). Note that not all range may be available

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