Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Type ENamedThreads::SetPriorities
(
Type ThreadAndIndex, |
Async/TaskGraphInterfaces.h | ||
Type ENamedThreads::SetPriorities
(
Type ThreadAndIndex, |
Async/TaskGraphInterfaces.h |
ENamedThreads::SetPriorities(Type, Type, Type)
| Name | ENamedThreads::SetPriorities |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
namespace ENamedThreads
{
Type ENamedThreads::SetPriorities
(
Type ThreadAndIndex,
Type ThreadPriority,
Type TaskPriority
)
}
ENamedThreads::SetPriorities(Type, int32, bool)
| Name | ENamedThreads::SetPriorities |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
namespace ENamedThreads
{
Type ENamedThreads::SetPriorities
(
Type ThreadAndIndex,
int32 PriorityIndex,
bool bHiPri
)
}