Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FRunnableThread
- FRunnableThread::SetThreadPriority()
- FRunnableThreadUnix::SetThreadPriority()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/RunnableThread.h |
| Include | #include "HAL/RunnableThread.h" |
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 |