Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | ERDGResourceExtractionFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include Path | #include "RenderGraphDefinitions.h" |
Syntax
enum ERDGResourceExtractionFlags
{
None = 0,
AllowTransient = 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowTransient | Allows the resource to remain transient. |