Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Operator for providing inline access to a variable
| Name | TVariableAccessorOperator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include Path | #include "MetasoundVariableNodes.h" |
Syntax
template<typename DataType>
class TVariableAccessorOperator : public Metasound::FNoOpOperator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVariableAccessorOperator
(
TDataWriteReference< FVariable > InVariable |
MetasoundVariableNodes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TVariableAccessorOperator() |
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 |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TUniquePtr< IOperator > CreateOperator
(
const FBuildOperatorParams& InParams, |
MetasoundVariableNodes.h | ||
static FVertexInterface DeclareVertexInterface() |
MetasoundVariableNodes.h | ||
static const FNodeClassMetadata & GetNodeInfo() |
MetasoundVariableNodes.h |