Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Denotes whether a vertex belongs to the input or output interface
| Name | Metasound::VertexPrivate::EVertexDirection |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
namespace Metasound
{
namespace VertexPrivate
{
enum EVertexDirection
{
Input,
Output,
}
}
}
Values
| Name | Remarks |
|---|---|
| Input | |
| Output |