Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FQueuedThreadPoolTaskGraphWrappe-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQueuedThreadPoolTaskGraphWrapper
(
TFunction< ENamedThreads::Type(EQueuedWorkPriority)> InPriorityMapper |
InPriorityMapper Thread-safe function used to map any priority from this Queue to the priority that should be used when scheduling the task on the task graph. | Misc/QueuedThreadPoolWrapper.h | |
FQueuedThreadPoolTaskGraphWrapper
(
ENamedThreads::Type InDesiredThread |
InDesiredThread The task-graph desired thread and priority. | Misc/QueuedThreadPoolWrapper.h |
FQueuedThreadPoolTaskGraphWrapper(TFunction< ENamedThreads::Type(EQueuedWorkPriority)>)
Description
InPriorityMapper Thread-safe function used to map any priority from this Queue to the priority that should be used when scheduling the task on the task graph.
| Name | FQueuedThreadPoolTaskGraphWrapper |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include Path | #include "Misc/QueuedThreadPoolWrapper.h" |
FQueuedThreadPoolTaskGraphWrapper
(
TFunction < ENamedThreads::Type )> InPriorityMapper
)
FQueuedThreadPoolTaskGraphWrapper(ENamedThreads::Type)
Description
InDesiredThread The task-graph desired thread and priority.
| Name | FQueuedThreadPoolTaskGraphWrapper |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include Path | #include "Misc/QueuedThreadPoolWrapper.h" |
FQueuedThreadPoolTaskGraphWrapper
(
ENamedThreads::Type InDesiredThread
)