Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGeometryCollectionVertexScalarToVertexIndicesNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionVertexScalarToVertexIndicesNode.h |
| Include | #include "Dataflow/GeometryCollectionVertexScalarToVertexIndicesNode.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGeometryCollectionVertexScalarToVertexIndicesNode : public FDataflowNode
Remarks
Convert an vertex float array to a list of indices
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | Indices | Output list of indices | |
| float | SelectionThreshold | The value threshold for what is included in the vertex list. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FGeometryCollectionVertexScalarToVertexIndicesNode, "VertexScalarToVer... | VertexAttributeName | The name of the vertex attribute to generate indices from. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCollectionVertexScalarToVertexIndicesNode
(
const Dataflow::FNodeParameters& InParam, |