Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FMetasoundFrontendVertex
- FMetasoundFrontendClassVertex
- FMetasoundFrontendClassInput
- FMetasoundFrontendClassOutput
- FMetasoundFrontendClassVariable
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundFrontendVertex
Remarks
An FMetasoundFrontendVertex provides a named connection point of a node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | ||
| FName | TypeName | Data type name of the vertex. | |
| FGuid | VertexID | ID of vertex. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsFunctionalEquivalent
(
const FMetasoundFrontendVertex& InLHS, |
Returns true if vertices have equal name & type. |