FCompletionList::Add

Adds a task to the completion list, can be called from any thread

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

void Add
(
    const FGraphEventRef & TaskToAdd
)

Remarks

Adds a task to the completion list, can be called from any thread

Parameters

Parameter

Description

TaskToAdd, task

to add

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