Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Generates a new FMetasoundFrontendClass from a NodeType | MetasoundFrontend.h | ||
FMetasoundFrontendClass Metasound::Frontend::GenerateClass
(
const FNodeInitData& InNodeInitData |
Generates a new FMetasoundFrontendClass from Node init data | MetasoundFrontend.h |
Metasound::Frontend::GenerateClass()
Description
Generates a new FMetasoundFrontendClass from a NodeType
| Name | Metasound::Frontend::GenerateClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontend.h |
| Include Path | #include "MetasoundFrontend.h" |
namespace Metasound
{
namespace Frontend
{
template<typename NodeType>
FMetasoundFrontendClass Metasound::Frontend::GenerateClass()
}
}
FrontendClass for natively-defined node.
Parameters
| Name | Remarks |
|---|---|
| NodeType | Type of node. |
Metasound::Frontend::GenerateClass(const FNodeInitData &)
Description
Generates a new FMetasoundFrontendClass from Node init data
| Name | Metasound::Frontend::GenerateClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontend.h |
| Include Path | #include "MetasoundFrontend.h" |
namespace Metasound
{
namespace Frontend
{
template<typename NodeType>
FMetasoundFrontendClass Metasound::Frontend::GenerateClass
(
const FNodeInitData & InNodeInitData
)
}
}
FrontendClass for natively-defined node.
Parameters
| Name | Remarks |
|---|---|
| NodeType | Type of node to instantiate. |
| InNodeInitData | Data used to call constructor of node. |