Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FBaseGraphTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
void SetThreadToExecuteOn
&40;
ENamedThreads::Type InThreadToExecuteOn
&41;
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
| Name | Description |
|---|---|
| InThreadToExecuteOn; | the desired thread to execute on. |