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
class IMetasoundEnvironmentVariable
Remarks
Interface for a metasound environment variable which supports a name, a runtime type ID, and a clone method.
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IMetasoundEnvironmentVariable > | Clone () |
Create a copy of this environment variable. | |
| const FName & | GetName () |
The name of this environment variable. | |
| FMetasoundEnvironmentVariableTypeId | GetTypeId () |
The type id of this environment variable. |