Navigation
API > API/Runtime > API/Runtime/Core
| Name | UE::Graph::EConvertToGraphOptions |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Graph/GraphConvert.h |
| Include Path | #include "Experimental/Graph/GraphConvert.h" |
Syntax
namespace UE
{
namespace Graph
{
enum EConvertToGraphOptions
{
None = 0,
Shrink = 1 << 0,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Shrink | The output buffer will be shrunk to reduce memory to minimum required. |