Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FGraphEvent
Deprecated * The feature is not supported anymore. Please remove the call, there's no replacement.
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
void SetGatherThreadForDontCompleteUntil
&40;
ENamedThreads::Type InThreadToDoGatherOn
&41;
Remarks
Sets the thread that you want to execute the null gather task on. This is useful if the thing waiting for this chain to complete is a single, named thread. CAUTION: This is only legal while executing the task associated with this event.
Parameters
| Name | Description |
|---|---|
| ThreadToDoGatherOn | thread and priority to execute null gather task on |