Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IOperator
- FInputOperatorBase
- TExecutableInputOperator
- TResetableExecutableInputOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include | #include "MetasoundInputNode.h" |
Syntax
template<typename DataType>
class TExecutableInputOperator : public Metasound::MetasoundInputNodePrivate::FInputOperatorBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVertexName | DataReferenceName | ||
| FDataWriteReference | InputValue | ||
| FDataWriteReference | OutputValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TExecutableInputOperator
(
const FVertexName& InDataReferenceName, |
Functions
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. | |
| FExecuteFunction | Return the execution function to call during graph execution. | ||
| FResetFunction | Return the reset function to call during graph execution. |
Typedefs
| Name | Description |
|---|---|
| FDataWriteReference | |
| FDataWriteReferenceFactory |