Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IOperator
- FNoOpOperator
- TVariableDeferredAccessorOperator
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include | #include "MetasoundVariableNodes.h" |
Syntax
template<typename DataType>
class TVariableDeferredAccessorOperator : public Metasound::FNoOpOperator
Remarks
Operator for providing delayed access to a variable
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVariableDeferredAccessorOperator
(
TDataWriteReference< FVariable > InVariable |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
FVertexInterfaceData& InVertexData |
||
| TUniquePtr< IOperator > | CreateOperator
(
const FBuildOperatorParams& InParams, |
||
| FVertexInterface | |||
| const FNodeClassMetadata & | GetNodeInfo () |
Overridden from IOperator
| Type | Name | Description | |
|---|---|---|---|
| void | BindInputs
(
FInputVertexInterfaceData& InVertexData |
BindInputs binds data references in the IOperator with the FInputVertexInterfaceData. | |
| void | BindOutputs
(
FOutputVertexInterfaceData& InVertexData |
BindOutputs binds data references in the IOperator with the FOutputVertexInterfaceData. |
Typedefs
| Name | Description |
|---|---|
| FVariable |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FDataReferenceCollection | GetInputs () |
GetInputs() has been replaced by BindInputs(FInputVertexInterfaceData&). | |
| FDataReferenceCollection | GetOutputs () |
GetOutputs() has been replaced by BindOutputs(FOutputVertexInterfaceData&) |