Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Multiplier curves applied to a force-field's three contributions. Each curve is evaluated at the particle's normalised radial position inside the field (0 at the centre, 1 at the surface) and multiplies the corresponding magnitude. Default is a ramp down to zero at the edge of the force field.
| Name | FRigDynamicsForceFieldCurves |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsExecutionHelpers.h |
| Include Path | #include "RigDynamicsExecutionHelpers.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigDynamicsForceFieldCurves
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigDynamicsForceFieldCurves() |
RigDynamicsExecutionHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| meta | Multiplier on the radial force magnitude. | RigDynamicsExecutionHelpers.h |
|