Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IMetasoundEnvironmentVariable
- TMetasoundEnvironmentVariable
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include | #include "MetasoundEnvironment.h" |
Syntax
template<typename Type>
class TMetasoundEnvironmentVariable : public Metasound::IMetasoundEnvironmentVariable
Constructors
| Type | Name | Description | |
|---|---|---|---|
TMetasoundEnvironmentVariable
(
const FName& InName, |
Make sure that the `Type_ is not a reference or CV qualified. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const Type & | GetValue () |
Get the current value. | |
| void | SetValue
(
const Type& InValue |
Set the current value. |
Overridden from IMetasoundEnvironmentVariable
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IMetasoundEnvironmentVariable > | Clone () |
Create a clone of this environment variable. | |
| const FName & | GetName () |
Get the name of this environment variable. | |
| FMetasoundEnvironmentVariableTypeId | GetTypeId () |
Get the type ID of this environment variable. |