Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | ERDGInitialDataFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include Path | #include "RenderGraphDefinitions.h" |
Syntax
enum ERDGInitialDataFlags
{
None = 0,
NoCopy = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| 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. |