Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes
Creates volume constraint (defined by point-triangle tetrahedron volume) between surface meshes of different geometries. This constraint allow sliding of the point along the triangle plane.
| Name | FCreateAirVolumeConstraintDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
| Include Path | #include "Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowFlesh))
struct FCreateAirVolumeConstraintDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCreateAirVolumeConstraintDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCreateAirVolumeConstraintDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
|
|
| DynamicMesh | TObjectPtr< UDynamicMesh > | Render dynamic mesh of the boundary mesh of added volume | Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
|
| SearchRadius | float | Search radius for point-triangle pairs | Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
|
| Stiffness | float | Stiffness of the volume constraint. This should be around the same magnitude as Young's modulus. | Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
|
| VertexSelection | FDataflowVertexSelection | (optional) only create volume constraints from surface vertices in VertexSelection to triangles in other geometries. | Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FCreateAirVolumeConstraintDataflowNode, |
Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h | ||
FName
(
"FDynamicMesh3" |
Dataflow/ChaosFleshSetVertexTrianglePositionTargetBindingNode.h |