Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRemoveFloatArrayElementDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include | #include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT ()
struct FRemoveFloatArrayElementDataflowNode : public FDataflowNode
Remarks
Removes the specified element from an array
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FRemoveFloatArrayElementDataflowNode, "RemoveFloatArrayElement", "Util... | bPreserveOrder | Element index Preserve order, if order not important set it to false for faster computation | |
| TArray< float > | FloatArray | Array to remove the element from |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRemoveFloatArrayElementDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |