Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | TNodeRegistryEntryBase |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundNodeRegistrationMacro.h |
| Include Path | #include "MetasoundNodeRegistrationMacro.h" |
Syntax
template<typename TNodeType>
class TNodeRegistryEntryBase : public Metasound::Frontend::NodeRegistrationPrivate::FNodeRegistryEntryBase
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNodeRegistryEntryBase
(
const Metasound::FNodeClassMetadata& InMetadata, |
Expose FNodeRegistryEntryBase constructors. | MetasoundNodeRegistrationMacro.h |
Overridden from INodeClassRegistryEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< INode > CreateNode
(
FNodeData |
Unhide CreateNode overloads which exist on INodeClassRegistryEntry. | MetasoundNodeRegistrationMacro.h | |
virtual TUniquePtr< INode > CreateNode
(
const FNodeInitData& InInitData |
Unhide CreateNode overloads which exist on INodeClassRegistryEntry. | MetasoundNodeRegistrationMacro.h | |
virtual TUniquePtr< INode > CreateNode
(
FDefaultNamedVertexNodeConstructorParams&& |
Unhide CreateNode overloads which exist on INodeClassRegistryEntry. | MetasoundNodeRegistrationMacro.h | |
virtual TUniquePtr< INode > CreateNode
(
FDefaultNamedVertexWithLiteralNodeConstructorParams&& |
Unhide CreateNode overloads which exist on INodeClassRegistryEntry. | MetasoundNodeRegistrationMacro.h | |
virtual TUniquePtr< INode > CreateNode
(
FDefaultLiteralNodeConstructorParams&& |
Unhide CreateNode overloads which exist on INodeClassRegistryEntry. | MetasoundNodeRegistrationMacro.h |