Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FMetasoundEnvironment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValue
(
TUniquePtr< IMetasoundEnvironmentVariable > InValue |
Sets the environment variable data from a given environment variable | MetasoundEnvironment.h | |
| Sets the environment variable data | MetasoundEnvironment.h |
SetValue(TUniquePtr< IMetasoundEnvironmentVariable >)
Description
Sets the environment variable data from a given environment variable
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include Path | #include "MetasoundEnvironment.h" |
void SetValue
(
TUniquePtr < IMetasoundEnvironmentVariable > InValue
)
Parameters
| Name | Remarks |
|---|---|
| InValue | Environment variable to set. |
SetValue(const FName &, const VarType &)
Description
Sets the environment variable data
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include Path | #include "MetasoundEnvironment.h" |
template<typename VarType>
void SetValue
(
const FName & InVariableName,
const VarType & InValue
)
const ref to the underlying data.
Parameters
| Name | Remarks |
|---|---|
| InVariableName | Name of environment variable. |
| VarType | Type of the underlying data stored in the environment variable. |