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/ChaosFleshEngineAssetNodes.h |
| Include | #include "Dataflow/ChaosFleshEngineAssetNodes.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FSetFleshDefaultPropertiesNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| float | VertexDamping | ||
| float | VertexIncompressibility | Sets incompressibility on vertex basis. | |
| float | VertexInflation | Sets inflation on vertex basis. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FSetFleshDefaultPropertiesNode, "SetFleshDefaultProperties", "Flesh", ... | VertexStiffness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSetFleshDefaultPropertiesNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |