Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Multiplier curves applied to particle properties along each chain. Each curve is evaluated at the particle's normalized along-chain position (0 at the chain root, 1 at the leaf) and multiplies the corresponding field of ParticleProperties. Default is a flat line at 1.0 (no change).
| Name | FParticleChainCurves |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsExecutionHelpers.h |
| Include Path | #include "RigDynamicsExecutionHelpers.h" |
Syntax
USTRUCT (BlueprintType )
struct FParticleChainCurves
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParticleChainCurves() |
RigDynamicsExecutionHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| meta | Multiplier on ParticleProperties.Radius along each chain. | RigDynamicsExecutionHelpers.h |
|