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 FMetasoundFrontendClassEnvironmentVariable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRequired | True if the environment variable is needed in order to instantiate a node instance of the class. | |
| FName | Name | Name of environment variable. | |
| FName | TypeName | Type of environment variable. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundFrontendClassEnvironmentVariable
(
const Audio::FParameterInterface::FEnvironmentVariable& InVariable |