FGraphEvent::DontCompleteUntil

Delay the firing of this event until the given event fires.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

void DontCompleteUntil
(
    FGraphEventRef EventToWaitFor
)

Remarks

Delay the firing of this event until the given event fires. CAUTION: This is only legal while executing the task associated with this event.

Parameters

Parameter

Description

EventToWaitFor

event to wait for until we fire.

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