Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
| Name | TVariableOperator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include Path | #include "MetasoundVariableNodes.h" |
Syntax
template<typename DataType>
class TVariableOperator : public Metasound::FNoOpOperator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVariableOperator
(
const FOperatorSettings& InOperatorSettings, |
MetasoundVariableNodes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TVariableOperator() |
MetasoundVariableNodes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FVariable | TVariable< DataType > | MetasoundVariableNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Variable | TDataWriteReference< FVariable > | MetasoundVariableNodes.h |
Functions
Public
Overridden from IOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BindInputs
(
FInputVertexInterfaceData& InVertexData |
BindInputs binds data references in the IOperator with the FInputVertexInterfaceData. | MetasoundVariableNodes.h | |
virtual void BindOutputs
(
FOutputVertexInterfaceData& InVertexData |
BindOutputs binds data references in the IOperator with the FOutputVertexInterfaceData. | MetasoundVariableNodes.h |