Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FRunnableThreadUnix > API/Runtime/Core/Unix/FRunnableThreadUnix/SetThreadPriority
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformRunnableThread.h |
Include | #include "Unix/UnixPlatformRunnableThread.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformRunnableThread.cpp |
virtual void SetThreadPriority
&40;
EThreadPriority NewPriority
&41;
Remarks
Changes the thread priority of the currently running thread
Parameters
Name | Description |
---|---|
NewPriority | The thread priority to change to |