FGraphEvent::SetGatherThreadForDontCompleteUntil

Sets the thread that you want to execute the null gather task on.

Windows
MacOS
Linux

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"

Syntax

void SetGatherThreadForDontCompleteUntil
(
    ENamedThreads::Type InThreadToDoGatherOn
)

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

Parameter

Description

ThreadToDoGatherOn

thread and priority to execute null gather task 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