FRunnableThreadUnix::SetThreadPriority

Changes the thread priority of the currently running thread

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Unix/UnixPlatformRunnableThread.h"

Syntax

virtual void SetThreadPriority
(
    EThreadPriority NewPriority
)

Remarks

Changes the thread priority of the currently running thread

Parameters

Parameter

Description

NewPriority

The thread priority to change to

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