FBaseGraphTask::SetThreadToExecuteOn

Sets the desired execution thread.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

void SetThreadToExecuteOn
(
    ENamedThreads::Type InThreadToExecuteOn
)

Remarks

Sets the desired execution thread. This is not part of the constructor because this information may not be known quite yet duiring construction.

Parameters

Parameter

Description

InThreadToExecuteOn;

the desired thread to execute on.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss