Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IOperator
- TVariableMutatorOperator
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include | #include "MetasoundVariableNodes.h" |
Syntax
template<typename DataType>
class TVariableMutatorOperator : public Metasound::IOperator
Remarks
Operator for providing setting a variable
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVariableMutatorOperator
(
TDataWriteReference< FVariable > InVariable, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IOperator > | CreateOperator
(
const FBuildOperatorParams& InParams, |
||
| FVertexInterface | |||
| const FNodeClassMetadata & | GetNodeInfo () |
||
| void | PostExecute () |
||
| void | Reset
(
const IOperator::FResetParams& InParams |
Overridden from IOperator
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
FVertexInterfaceData& InVertexData |
Bind(...) has been deprecated in favor of BindInputs(...) and BindOutputs(...). | |
| 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. | |
| IOperator::FExecuteFunction | Return the execution function to call during graph execution. | ||
| FDataReferenceCollection | GetInputs () |
GetInputs() has been deprecated in favor of BindInputs(...). | |
| FDataReferenceCollection | GetOutputs () |
GetOutputs() has been deprecated in favor of BindOutputs(...). | |
| IOperator::FPostExecuteFunction | Return the FPostExecute function to call during graph post execution. | ||
| IOperator::FResetFunction | Return the reset function to call during graph execution. |
Typedefs
| Name | Description |
|---|---|
| FVariable |