Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FValidateGeometryCollectionDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FValidateGeometryCollectionDataflowNode : public FDataflowNode
Remarks
Editor Fracture Mode / Utilities / Validate tool Ensures that geometrycollection is valid and clean.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRemoveClustersOfOne | Whether to collapse any clusters with only a single child | |
| bool | bRemoveDanglingClusters | Remove dangling clusters Note this can invalidate caches | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FValidateGeometryCollectionDataflowNode, "ValidateGeometryCollection",... | bRemoveUnreferencedGeometry | Collection to use Find and remove any unused geometry data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FValidateGeometryCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |