Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
An FMetasoundFrontendNode represents a single instance of a FMetasoundFrontendClass.
| Name | FMetasoundFrontendNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundFrontendDocument.h | |||
FMetasoundFrontendNode
(
const FMetasoundFrontendClass& InClass |
MetasoundFrontendDocument.h | ||
FMetasoundFrontendNode
(
const FMetasoundFrontendClass& InClass, |
Construct a node from a node class and an optional node extension. | MetasoundFrontendDocument.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassID | FGuid | ID of FMetasoundFrontendClass corresponding to this node. | MetasoundFrontendDocument.h | |
| ClassInterfaceOverride | TInstancedStruct< FMetasoundFrontendClassInterface > | MetasoundFrontendDocument.h | ||
| Configuration | TInstancedStruct< FMetaSoundFrontendNodeConfiguration > | Instance of a configuration for this node. | MetasoundFrontendDocument.h |
|
| InputLiterals | TArray< FMetasoundFrontendVertexLiteral > | Default values for node inputs. | MetasoundFrontendDocument.h | |
| Interface | FMetasoundFrontendNodeInterface | Interface of node instance. | MetasoundFrontendDocument.h | |
| Name | FName | Name of node instance. | MetasoundFrontendDocument.h | |
| Style | FMetasoundFrontendNodeStyle | Style info related to a node. | MetasoundFrontendDocument.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | FGuid | Unique ID of this node. | MetasoundFrontendDocument.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGuid & GetID() |
MetasoundFrontendDocument.h | ||
void UpdateID
(
const FGuid& InNewGuid |
MetasoundFrontendDocument.h |