ERDGInitialDataFlags

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h

Include

#include "RenderGraphUtils.h"

Syntax

enum ERDGInitialDataFlags
{
    None      = 0,
    NoCopy    = 0x1,
}

Values

Name

Description

None

Specifies the default behavior, which is to make a copy of the initial data for replay when the graph is executed.

NoCopy

Specifies that the user will maintain ownership of the data until the graph is executed.

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