Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FGraphEvent
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
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
| Name | Description |
|---|---|
| EventToWaitFor | event to wait for until we fire. |