ENamedThreads::SetPriorities

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

namespace ENamedThreads
{
    Type ENamedThreads::SetPriorities
    (
        Type ThreadAndIndex,
        Type ThreadPriority,
        Type TaskPriority
    )
}