Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FComputeMuscleActivationDataNode
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshComputeMuscleActivationNode.h |
| Include | #include "Dataflow/ChaosFleshComputeMuscleActivationNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FComputeMuscleActivationDataNode : public FDataflowNode
Remarks
Computes an orthogonal matrix for each element M = [v,w,u], where v is the fiber direction of that element, w and u are chosen to be orthogonal to v and each other.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ContractionVolumeScale | ||
| TArray< int32 > | InsertionIndicesIn | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FComputeMuscleActivationDataNode, "ComputeMuscleActivationData", "Fles... | OriginIndicesIn |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FComputeMuscleActivationDataNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |