Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TVariableNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVariableNode
(
const FVertexName& InNodeName, |
MetasoundVariableNodes.h | ||
TVariableNode
(
FLiteral InLiteral, |
MetasoundVariableNodes.h |
TVariableNode(const FVertexName &, const FGuid &, FLiteral &&)
| Name | TVariableNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include Path | #include "MetasoundVariableNodes.h" |
TVariableNode
(
const FVertexName & InNodeName,
const FGuid & InInstanceID,
FLiteral && InLiteral
)
TVariableNode(FLiteral, FNodeData, TSharedRef< const FNodeClassMetadata >)
| Name | TVariableNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include Path | #include "MetasoundVariableNodes.h" |
TVariableNode
(
FLiteral InLiteral,
FNodeData InNodeData,
TSharedRef < const FNodeClassMetadata > InClassMetadata
)