Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
An FMetasoundFrontendVertex provides a named connection point of a node.
| Name | FMetasoundFrontendVertex |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendVertex
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | MetasoundFrontendDocument.h |
|
|
| TypeName | FName | Data type name of the vertex. | MetasoundFrontendDocument.h |
|
| VertexID | FGuid | ID of vertex. | MetasoundFrontendDocument.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsFunctionalEquivalent
(
const FMetasoundFrontendVertex& InLHS, |
Returns true if vertices have equal name & type. | MetasoundFrontendDocument.h |