Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IOperator
- TPostExecutableInputOperator
- TResetablePostExecutableInputOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include | #include "MetasoundInputNode.h" |
Syntax
template<typename DataType>
class TPostExecutableInputOperator : public Metasound::IOperator
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnyDataReference | DataRef | ||
| FVertexName | DataReferenceName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPostExecutableInputOperator
(
const FVertexName& InDataReferenceName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | NoOpReset
(
IOperator* InOperator, |
||
| void | PostExecute
(
IOperator* InOperator |
Overridden from IOperator
| Type | Name | Description | |
|---|---|---|---|
| void | BindInputs
(
FInputVertexInterfaceData& InOutVertexData |
BindInputs binds data references in the IOperator with the FInputVertexInterfaceData. | |
| void | BindOutputs
(
FOutputVertexInterfaceData& InOutVertexData |
BindOutputs binds data references in the IOperator with the FOutputVertexInterfaceData. | |
| FExecuteFunction | Return the execution function to call during graph execution. | ||
| FPostExecuteFunction | Return the FPostExecute function to call during graph post execution. | ||
| FResetFunction | Return the reset function to call during graph execution. |
Typedefs
| Name | Description |
|---|---|
| FDataWriteReference |