Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGenerateTetrahedralCollectionDataflowNodes
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshTetrahedralNodes.h |
| Include | #include "Dataflow/ChaosFleshTetrahedralNodes.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FGenerateTetrahedralCollectionDataflowNodes : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCoarsen | Coarsen the tet mesh result. | |
| bool | bComputeByComponent | ||
| bool | bDiscardInteriorTriangles | ||
| bool | bExtractManifoldBoundarySurface | Enforce that the output boundary surface should be manifold. | |
| bool | bInvertOutputTets | Invert tetrahedra. | |
| bool | bSkipSimplification | Skip the initial simplification step. | |
| FManagedArrayCollection | Collection | ||
| double | EpsRel | Relative tolerance, controlling how closely the mesh must follow the input surface. | |
| double | IdealEdgeLength | Energy at which to stop optimizing tet quality and accept the result. | |
| int32 | MaxIterations | Maximum number of optimization iterations. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FGenerateTetrahedralCollectionDataflowNodes, "GenerateTetrahedralColle... | Method | ||
| int32 | NumCells | IsoStuffing | |
| double | OffsetPercent | ||
| TObjectPtr< const USkeletalMesh > | SkeletalMesh | ||
| TObjectPtr< const UStaticMesh > | StaticMesh | Common | |
| double | StopEnergy | Energy at which to stop optimizing tet quality and accept the result. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGenerateTetrahedralCollectionDataflowNodes
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EvaluateIsoStuffing
(
Dataflow::FContext& Context, |
||
| void | EvaluateTetWild
(
Dataflow::FContext& Context, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |