Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TMetasoundEnvironmentVariable
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundEnvironment.h |
| Include | #include "MetasoundEnvironment.h" |
template<typename... ArgTypes>
TMetasoundEnvironmentVariable
&40;
const FName & InName,
ArgTypes &&... Args
&41;
Remarks
Make sure the `Type_ has appropriate construction and copy characteristics. Construct an environment variable
Parameters
| Name | Description |
|---|---|
| InName | Name of the environment variable. |
| ...Args | Parameter pack to be forwarded to underlying types constructor. |