Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Metasound__Frontend__GenerateCla-
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontend.h |
| Include | #include "MetasoundFrontend.h" |
namespace Metasound
{
namespace Frontend
{
template<typename NodeType>
FMetasoundFrontendClass Metasound&58;&58;Frontend&58;&58;GenerateClass
&40;
const FNodeInitData & InNodeInitData
&41;
}
}
Remarks
Generates a new FMetasoundFrontendClass from Node init data FrontendClass for natively-defined node.
Parameters
| Name | Description |
|---|---|
| NodeType | Type of node to instantiate. |
| InNodeInitData | Data used to call constructor of node. |