Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FMetasoundEnvironment
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include | #include "MetasoundEnvironment.h" |
template<typename VarType>
VarType GetValue
&40;
const FName & InVariableName
&41; const
Remarks
Returns the environment variable data. copy of the underlying data.
Parameters
| Name | Description |
|---|---|
| InVariableName | Name of environment variable. |
| VarType | Type of the underlying data stored in the environment variable. |