Navigation
API > API/Plugins > API/Plugins/ChaosFleshDeprecatedNodes
Note: disabled deprecation warnings due to deprecated member: IdealEdgeLength. Can remove these disable/enable pragmas once that member variable is removed.
| Name | FGenerateTetrahedralCollectionDataflowNodes |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshDeprecatedNodes/Public/Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
| Include Path | #include "Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh, Deprecated="5.4"))
struct FGenerateTetrahedralCollectionDataflowNodes : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGenerateTetrahedralCollectionDataflowNodes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenerateTetrahedralCollectionDataflowNodes
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DataType | FManagedArrayCollection | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCoarsen | bool | Coarsen the tet mesh result. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| bComputeByComponent | bool | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
|
| bDiscardInteriorTriangles | bool | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
|
| bExtractManifoldBoundarySurface | bool | Enforce that the output boundary surface should be manifold. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| bInvertOutputTets | bool | Invert tetrahedra. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| bSkipSimplification | bool | Skip the initial simplification step. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| Collection | FManagedArrayCollection | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
|
| EpsRel | double | Relative tolerance, controlling how closely the mesh must follow the input surface. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| IdealEdgeLength | double | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h | ||
| IdealEdgeLengthRel | double | Desired relative edge length, as a fraction of bounding box size. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| MaxIterations | int32 | Maximum number of optimization iterations. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| Method | TEnumAsByte< TetMeshingMethod > | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
|
| NumCells | int32 | IsoStuffing | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| OffsetPercent | double | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
|
| SkeletalMesh | TObjectPtr< const USkeletalMesh > | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
|
| StaticMesh | TObjectPtr< const UStaticMesh > | Common | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
| StopEnergy | double | Energy at which to stop optimizing tet quality and accept the result. | Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGenerateTetrahedralCollectionDataflowNodes, |
Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h | ||
FGeometryCollection::StaticType() |
Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EvaluateIsoStuffing
(
UE::Dataflow::FContext& Context, |
Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h | ||
void EvaluateTetWild
(
UE::Dataflow::FContext& Context, |
Dataflow/ChaosFleshCreateTetrahedralCollectionNode.h |