Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IOperator
- TExecutableOperator
- TArrayNumOperator
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundArrayNodes.h |
| Include | #include "MetasoundArrayNodes.h" |
Syntax
template<typename ArrayType>
class TArrayNumOperator : public Metasound::TExecutableOperator< TArrayNumOperator< ArrayType > >
Remarks
TArrayNumOperator gets the number of elements in an Array. The operator uses the FNodeFacade and defines the vertex, metadata and vertex interface statically on the operator class.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TArrayNumOperator
(
FArrayDataReadReference InArray |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IOperator > | CreateOperator
(
const FBuildOperatorParams& 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. | |
| FDataReferenceCollection | GetInputs () |
GetInputs() has been deprecated in favor of BindInputs(...). | |
| FDataReferenceCollection | GetOutputs () |
GetOutputs() has been deprecated in favor of BindOutputs(...). |
Typedefs
| Name | Description |
|---|---|
| FArrayDataReadReference |