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/ChaosFleshEngineAssetNodes.h |
| Include | #include "Dataflow/ChaosFleshEngineAssetNodes.h" |
Syntax
USTRUCT&40;Meta&61;&40;DataflowFlesh&41;&41;
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 Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector3f > | ComputeFiberField
(
const TManagedArray< FIntVector4 >& Elements, |
||
| TArray< int32 > | GetNonZeroIndices
(
const TArray< uint8 >& Map |
||
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |