Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FComputeFiberStreamlineNode
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshComputeFiberFieldNode.h |
| Include | #include "Dataflow/ChaosFleshComputeFiberFieldNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FComputeFiberStreamlineNode : public FDataflowNode
Remarks
Computes fiber streamlines (line segments) flowing from muscle origins to insertions in the muscle fiber field.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | ||
| TArray< int32 > | InsertionIndices | ||
| FString | InsertionVertexFieldName | ||
| int32 | MaxPointsPerLine | ||
| int32 | MaxStreamlineIterations | ||
| int32 | NumLinesMultiplier | ||
| TArray< int32 > | OriginIndices | ||
| FString | OriginInsertionGroupName | ||
| FString | OriginVertexFieldName | ||
| FFieldCollection | VectorField |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FComputeFiberStreamlineNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FComputeFiberStreamlineNode, |
|||
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |