Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Operator for providing setting a variable
| Name | TVariableMutatorOperator |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVariableNodes.h |
| Include Path | #include "MetasoundVariableNodes.h" |
Syntax
template<typename DataType>
class TVariableMutatorOperator : public Metasound::IOperator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVariableMutatorOperator
(
TDataWriteReference< FVariable > InVariable, |
MetasoundVariableNodes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TVariableMutatorOperator() |
MetasoundVariableNodes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FVariable | TVariable< DataType > | MetasoundVariableNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TDataReadReference< DataType > | MetasoundVariableNodes.h | ||
| Variable | TDataWriteReference< FVariable > | MetasoundVariableNodes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostExecute() |
MetasoundVariableNodes.h | ||
void Reset
(
const IOperator::FResetParams& InParams |
MetasoundVariableNodes.h |
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 | |
virtual IOperator::FExecuteFunction GetExecuteFunction () |
Return the execution function to call during graph execution. | MetasoundVariableNodes.h | |
virtual IOperator::FPostExecuteFunction GetPostExecuteFunction () |
Return the FPostExecute function to call during graph post execution. | MetasoundVariableNodes.h | |
virtual IOperator::FResetFunction GetResetFunction () |
Return the reset function to call during graph execution. | 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 | ||
static void StaticPostExecute
(
IOperator* InOperator |
MetasoundVariableNodes.h | ||
static void StaticReset
(
IOperator* InOperator, |
MetasoundVariableNodes.h |