Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FComputeFiberFieldNode
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshComputeFiberFieldNode.h |
| Include | #include "Dataflow/ChaosFleshComputeFiberFieldNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FComputeFiberFieldNode : public FDataflowNode
Remarks
Computes a muscle fiber direction per tetrahedron from a GeometryCollection containing tetrahedra, vertices, and origin & insertion vertex fields. Fiber directions should smoothly follow the geometry oriented from the origin vertices pointing to the insertion vertices.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| TArray< int32 > | InsertionIndices | ||
| FString | InsertionVertexFieldName | ||
| int32 | MaxIterations | ||
| TArray< int32 > | OriginIndices | ||
| FString | OriginInsertionGroupName | ||
| FString | OriginVertexFieldName | ||
| float | Tolerance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FComputeFiberFieldNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ComputeFiberField
(
const TManagedArray< FIntVector4 >& Elements, |
||
DATAFLOW_NODE_DEFINE_INTERNAL
(
FComputeFiberFieldNode, |
|||
| TArray< int32 > | GetNonZeroIndices
(
const TArray< uint8 >& Map |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |