Navigation
API > API/Plugins > API/Plugins/ChaosFleshDeprecatedNodes > API/Plugins/ChaosFleshDeprecatedNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGenerateTetrahedralCollectionDataflowNodes
References
| Module | ChaosFleshDeprecatedNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshDeprecatedNodes/Public/Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
| Include | #include "Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh, Deprecated="5.4"))
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. | |
| TEnumAsByte< TetMeshingMethod > | 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 UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGenerateTetrahedralCollectionDataflowNodes, |
|||
| void | EvaluateIsoStuffing
(
UE::Dataflow::FContext& Context, |
||
| void | EvaluateTetWild
(
UE::Dataflow::FContext& Context, |
||
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |
Typedefs
| Name | Description |
|---|---|
| DataType |