Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCalculateTetMetrics
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshTetrahedralNodes.h |
| Include | #include "Dataflow/ChaosFleshTetrahedralNodes.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FCalculateTetMetrics : public FDataflowNode
Remarks
Generate quality metrics.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FCalculateTetMetrics, "AuthorTetMetrics", "Flesh", "") public FManaged... | Collection | Passthrough geometry collection. Bindings are stored as standalone groups in the `Collection_, keyed by the name of the input render mesh and all available LOD's. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCalculateTetMetrics
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |