Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes
Struct data structure to store per-muscle activation parameters
| Name | FPerMuscleParameter |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshComputeMuscleActivationNode.h |
| Include Path | #include "Dataflow/ChaosFleshComputeMuscleActivationNode.h" |
Syntax
USTRUCT ()
struct FPerMuscleParameter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPerMuscleParameter() |
Dataflow/ChaosFleshComputeMuscleActivationNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanEditMuscleName | bool | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| bUseLengthActivationCurve | bool | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| ContractionVolumeScale | float | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| FiberLengthRatioAtMaxActivation | float | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| InflationVolumeScale | float | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| LengthActivationCurve | FRuntimeFloatCurve | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| MuscleLengthRatioThresholdForMaxActivation | float | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|
|
| MuscleName | FString | Dataflow/ChaosFleshComputeMuscleActivationNode.h |
|