Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Math > API/Plugins/ControlRig/Math/Simulation
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Math/Simulation/CRSimPointForce.h |
| Include | #include "Math/Simulation/CRSimPointForce.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FCRSimPointForce
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNormalize | If set to true the input vector will be normalized. | |
| float | Coefficient | The strength of the force (a multiplier for direction based forces) | |
| ECRSimPointForceType | ForceType | The type of force. | |
| FVector | Vector | The point / direction to use for the force. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | Calculate
(
const FRigVMSimPoint& InPoint, |