Navigation
API > API/Plugins > API/Plugins/ChaosFleshDeprecatedNodes
| Name | FConstructTetGridNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshDeprecatedNodes/Public/Dataflow/ChaosFleshConstructTetGridNode.h |
| Include Path | #include "Dataflow/ChaosFleshConstructTetGridNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh, Deprecated="5.4"))
struct FConstructTetGridNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FConstructTetGridNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstructTetGridNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/ChaosFleshConstructTetGridNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDiscardInteriorTriangles | bool | Dataflow/ChaosFleshConstructTetGridNode.h |
|
|
| Collection | DATAFLOW_NODE_DEFINE_INTERNAL(FConstructTetGridNode, "TetGrid", "Flesh", "") public FManagedArrayCollection | Dataflow/ChaosFleshConstructTetGridNode.h |
|
|
| GridCellCount | FIntVector | Dataflow/ChaosFleshConstructTetGridNode.h |
|
|
| GridDomain | FVector | Dataflow/ChaosFleshConstructTetGridNode.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/ChaosFleshConstructTetGridNode.h |