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 FMetasoundFrontendNode
Remarks
An FMetasoundFrontendNode represents a single instance of a FMetasoundFrontendClass.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ClassID | ID of FMetasoundFrontendClass corresponding to this node. | |
| TArray< FMetasoundFrontendVertexLiteral > | InputLiterals | Default values for node inputs. | |
| FMetasoundFrontendNodeInterface | Interface | Interface of node instance. | |
| FName | Name | Name of node instance. | |
| FMetasoundFrontendNodeStyle | Style | Style info related to a node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundFrontendNode
(
const FMetasoundFrontendClass& InClass |
Construct node to satisfy class. |