Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRadialTetrahedronDataflowNodes
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshRadialTetrahedronNodes.h |
| Include | #include "Dataflow/ChaosFleshRadialTetrahedronNodes.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FRadialTetrahedronDataflowNodes : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AngularSample | ||
| bool | bDiscardInteriorTriangles | ||
| double | BulgeRatio | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FRadialTetrahedronDataflowNodes, "RadialTetrahedron", "Flesh", "") DAT... | Collection | ||
| double | Height | ||
| double | InnerRadius | ||
| double | OuterRadius | ||
| int32 | RadialSample | ||
| int32 | VerticalSample |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRadialTetrahedronDataflowNodes
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |