Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include | #include "MetasoundEnvironment.h" |
Syntax
class FMetasoundEnvironment
Remarks
FMetasoundEnvironment contains a set of TMetasoundEnvironmentVariables requiring that each environment variable has a unique name.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundEnvironment
(
const FMetasoundEnvironment& InOther |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if the environment contains a variable with the name InVariableName_ and the type VarType_. |
||
| VarType | Returns the environment variable data. | ||
| bool | Returns true if the environment variable with the given name contains the data of the same type as `VarType_ | ||
| void | Sets the environment variable data |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundEnvironment & | operator=
(
const FMetasoundEnvironment& InOther |