deprecated

List of tasks that can be "joined" into one task which can be waited on or used as a prerequisite.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

class deprecated
(
    "The feature is deprecated"" Please update your code to the new API before upgrading to the next release,
    otherwise your project will no longer compile."
)

Remarks

List of tasks that can be "joined" into one task which can be waited on or used as a prerequisite. Note, these are FGraphEventRef's, but we manually manage the reference count instead of using a smart pointer