Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Contains graph data associated with a variable.
| Name | FMetasoundFrontendVariable |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendVariable
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccessorNodeIDs | TArray< FGuid > | Node IDs of the associated VariableAccessorNodes. | MetasoundFrontendDocument.h | |
| DeferredAccessorNodeIDs | TArray< FGuid > | Node IDs of the associated VariableDeferredAccessorNodes. | MetasoundFrontendDocument.h | |
| Description | FText | Variable description. | MetasoundFrontendDocument.h | |
| DisplayName | FText | Variable display name. | MetasoundFrontendDocument.h | |
| ID | FGuid | Unique ID for the variable. | MetasoundFrontendDocument.h | |
| Literal | FMetasoundFrontendLiteral | Literal used to initialize the variable. | MetasoundFrontendDocument.h | |
| MutatorNodeID | FGuid | Node ID of the associated VariableMutatorNode. | MetasoundFrontendDocument.h | |
| Name | FName | MetasoundFrontendDocument.h |
|
|
| TypeName | FName | Variable data type name. | MetasoundFrontendDocument.h | |
| VariableNodeID | FGuid | Node ID of the associated VariableNode. | MetasoundFrontendDocument.h |