Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IOperator
- FNonExecutableInputOperatorBase
- FNonExecutableInputPassThroughOperator
- TInputValueOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include | #include "MetasoundInputNode.h" |
Syntax
class FNonExecutableInputOperatorBase : public Metasound::IOperator
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnyDataReference | DataRef | ||
| FVertexName | VertexName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNonExecutableInputOperatorBase
(
const FVertexName& InVertexName, |
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. | |
| IOperator::FExecuteFunction | Return the execution function to call during graph execution. | ||
| IOperator::FPostExecuteFunction | Return the FPostExecute function to call during graph post execution. | ||
| IOperator::FResetFunction | Return the reset function to call during graph execution. |