deprecated

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

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

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