Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Variable nodes initialize variable values. The output of a VariableNode is a TVariable.
| Name | TVariableNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include Path | #include "MetasoundVariableNodes.h" |
Syntax
template<typename DataType>
class TVariableNode : public Metasound::FBasicNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVariableNode
(
const FVertexName& InNodeName, |
MetasoundVariableNodes.h | ||
TVariableNode
(
FLiteral InLiteral, |
MetasoundVariableNodes.h |
Classes
| Name | Remarks |
|---|---|
| FFactory |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FVariable | TVariable< DataType > | MetasoundVariableNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Factory | FOperatorFactorySharedRef | MetasoundVariableNodes.h |
Functions
Public
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< IOperatorFactory, ESPMode::ThreadSafe > GetDefaultOperatorFactory() |
Return a reference to the default operator factory. | MetasoundVariableNodes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNodeClassMetadata CreateNodeClassMetadata() |
MetasoundVariableNodes.h | ||
static FVertexInterface DeclareVertexInterface() |
MetasoundVariableNodes.h |