Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendEdge
Remarks
Represents a single connection from one point to another.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | FromNodeID | ID of source node. | |
| FGuid | FromVertexID | ID of source point on source node. | |
| FGuid | ToNodeID | ID of destination node. | |
| FGuid | ToVertexID | ID of destination point on destination node. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendVertexHandle | |||
| FMetasoundFrontendVertexHandle |