Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes
Generate quality metrics.
| Name | FCalculateTetMetrics |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshCalculateTetrehedralMetricsNode.h |
| Include Path | #include "Dataflow/ChaosFleshCalculateTetrehedralMetricsNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FCalculateTetMetrics : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCalculateTetMetrics
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCalculateTetMetrics
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/ChaosFleshCalculateTetrehedralMetricsNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | DATAFLOW_NODE_DEFINE_INTERNAL(FCalculateTetMetrics, "AuthorTetMetrics", "Flesh", "") public FManagedArrayCollection | 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. | Dataflow/ChaosFleshCalculateTetrehedralMetricsNode.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/ChaosFleshCalculateTetrehedralMetricsNode.h |