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&40;&41;
struct FMetasoundFrontendVariable
Remarks
Contains graph data associated with a variable.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGuid > | AccessorNodeIDs | Node IDs of the associated VariableAccessorNodes. | |
| TArray< FGuid > | DeferredAccessorNodeIDs | Node IDs of the associated VariableDeferredAccessorNodes. | |
| FText | Description | Variable description. | |
| FText | DisplayName | Variable display name. | |
| FGuid | ID | Unique ID for the variable. | |
| FMetasoundFrontendLiteral | Literal | Literal used to initialize the variable. | |
| FGuid | MutatorNodeID | Node ID of the associated VariableMutatorNode. | |
| FName | Name | ||
| FName | TypeName | Variable data type name. | |
| FGuid | VariableNodeID | Node ID of the associated VariableNode. |