Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FSetFleshDefaultPropertiesNode
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshSetFleshDefaultPropertiesNode.h |
| Include | #include "Dataflow/ChaosFleshSetFleshDefaultPropertiesNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FSetFleshDefaultPropertiesNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| float | Density | ||
| float | VertexDamping | ||
| float | VertexIncompressibility | Sets incompressibility on vertex basis. | |
| float | VertexInflation | Sets inflation on vertex basis. | |
| float | VertexStiffness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSetFleshDefaultPropertiesNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FSetFleshDefaultPropertiesNode, |
|||
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |