Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
A node registry entry which also provides a node extension.
| Name | TNodeRegistryEntry |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundNodeRegistrationMacro.h |
| Include Path | #include "MetasoundNodeRegistrationMacro.h" |
Syntax
template<typename NodeType, typename ConfigurationType>
class TNodeRegistryEntry : public Metasound::Frontend::NodeRegistrationPrivate::TNodeRegistryEntryBase< NodeType >
Class Specializations
| Name | Remarks |
|---|---|
| TNodeRegistryEntry< NodeType, void > | A partial template specialization for scenario where no node extension is provided. |
Functions
Public
Overridden from INodeClassRegistryEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TInstancedStruct< FMetaSoundFrontendNodeConfiguration > CreateFrontendNodeConfiguration() |
Optionally create the node extension associated with the node. | MetasoundNodeRegistrationMacro.h |