Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDataTypeRegistryEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< INode > CreateVariableNode
(
FVariableNodeConstructorParams&& InInitParams |
Create a init variable node for this data type. | MetasoundFrontendDataTypeRegistry.h | |
TUniquePtr< INode > CreateVariableNode
(
FLiteral InInitValue, |
Create a init variable node for this data type. | MetasoundFrontendDataTypeRegistry.h |
CreateVariableNode(FVariableNodeConstructorParams &&)
Description
Create a init variable node for this data type.
| Name | CreateVariableNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include Path | #include "MetasoundFrontendDataTypeRegistry.h" |
TUniquePtr < INode > CreateVariableNode
(
FVariableNodeConstructorParams && InInitParams
) const
Parameters
| Name | Remarks |
|---|---|
| InInitParams | Contains a literal used to create the variable. |
CreateVariableNode(FLiteral, FNodeData)
Description
Create a init variable node for this data type.
| Name | CreateVariableNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include Path | #include "MetasoundFrontendDataTypeRegistry.h" |
TUniquePtr < INode > CreateVariableNode
(
FLiteral InInitValue,
FNodeData
) const
Parameters
| Name | Remarks |
|---|---|
| InInitValue | A literal used to create the variable. |