Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRecomputeNormalsInGeometryCollectionDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FRecomputeNormalsInGeometryCollectionDataflowNode : public FDataflowNode
Remarks
Editor Fracture Mode / Utilities / Normals tool Recompute normals and tangents.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOnlyInternalSurfaces | Whether to only change internal surface normals / tangents | |
| bool | bOnlyTangents | Whether to only recompute tangents, and leave normals as they were | |
| bool | bRecomputeSharpEdges | If true, update where edges are 'sharp' by comparing adjacent triangle face normals vs the Sharp Edge Angle Threshold. | |
| float | SharpEdgeAngleThreshold | Threshold on angle of change in face normals across an edge, above which we create a sharp edge if bRecomputeSharpEdges is true | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FRecomputeNormalsInGeometryCollectionDataflowNode, "RecomputeNormalsIn... | TransformSelection | Collection to use The selected pieces to use |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRecomputeNormalsInGeometryCollectionDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |