Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IOperator
- TExecutableOperator
- TArrayGetOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayNodes.h |
| Include | #include "MetasoundArrayNodes.h" |
Syntax
template<typename ArrayType>
class TArrayGetOperator : public Metasound::TExecutableOperator< TArrayGetOperator< ArrayType > >
Remarks
TArrayGetOperator copies a value from the array to the output when a trigger occurs. Initially, the output value is default constructed and will remain that way until until a trigger is encountered.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TArrayGetOperator
(
const FOperatorSettings& InSettings, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IOperator > | CreateOperator
(
const FCreateOperatorParams& InParams, |
||
| void | Execute () |
||
| const FVertexInterface & | |||
| const FNodeClassMetadata & | GetNodeInfo () |
||
| void | Reset
(
const IOperator::FResetParams& InParams |
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. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitParams |
Typedefs
| Name | Description |
|---|---|
| ElementType | |
| FArrayDataReadReference |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FDataReferenceCollection | GetInputs () |
GetInputs() has been replaced by BindInputs(FInputVertexInterfaceData&). | |
| FDataReferenceCollection | GetOutputs () |
GetOutputs() has been replaced by BindOutputs(FOutputVertexInterfaceData&) |