Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FCRSimPointConstraint |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Math/Simulation/CRSimPointConstraint.h |
| Include Path | #include "Math/Simulation/CRSimPointConstraint.h" |
Syntax
USTRUCT ()
struct FCRSimPointConstraint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCRSimPointConstraint() |
Math/Simulation/CRSimPointConstraint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataA | FVector | The first data member for the constraint. | Math/Simulation/CRSimPointConstraint.h | |
| DataB | FVector | The second data member for the constraint. | Math/Simulation/CRSimPointConstraint.h | |
| SubjectA | int32 | The first point affected by this constraint | Math/Simulation/CRSimPointConstraint.h | |
| SubjectB | int32 | The (optional) second point affected by this constraint This is currently only used for the distance constraint | Math/Simulation/CRSimPointConstraint.h | |
| Type | ECRSimConstraintType | The type of the constraint | Math/Simulation/CRSimPointConstraint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Apply
(
FRigVMSimPoint& OutPointA, |
Math/Simulation/CRSimPointConstraint.h |