Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FMetasoundFrontendVertex
- FMetasoundFrontendClassVertex
- FMetasoundFrontendClassVariable
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundFrontendClassVariable : public FMetasoundFrontendClassVertex
Remarks
Contains info for variable vertex of a Metasound class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendLiteral | DefaultLiteral | Default value for this variable. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundFrontendClassVariable
(
const FMetasoundFrontendClassVertex& InOther |