Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FMetasoundEnvironment > API/Plugins/MetasoundGraphCore/FMetasoundEnvironment/SetValue
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include | #include "MetasoundEnvironment.h" |
template<typename VarType>
void SetValue
(
const FName & InVariableName,
const VarType & InValue
)
Remarks
Sets the environment variable data const ref to the underlying data.
Parameters
| Name | Description |
|---|---|
| InVariableName | Name of environment variable. |
| VarType | Type of the underlying data stored in the environment variable. |