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