Navigation
API > API/Plugins > API/Plugins/PBIK
| Name | FPinConstraint |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/FullBodyIK/Source/PBIK/Public/Core/PBIKConstraint.h |
| Include Path | #include "Core/PBIKConstraint.h" |
Syntax
struct FPinConstraint : public PBIK::FConstraint
Inheritance Hierarchy
- FConstraint → FPinConstraint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPinConstraint
(
FRigidBody* InBody, |
Core/PBIKConstraint.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPinConstraint() |
Core/PBIKConstraint.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | float | Core/PBIKConstraint.h | ||
| Body | FRigidBody * | Core/PBIKConstraint.h | ||
| FJointConstraint | friend | Core/PBIKConstraint.h | ||
| FRigidBody | friend | Core/PBIKConstraint.h | ||
| GoalPosition | FVector | Core/PBIKConstraint.h | ||
| GoalRotation | FQuat | Core/PBIKConstraint.h | ||
| PinBone | FBone * | Core/PBIKConstraint.h | ||
| PinPointLocalToA | FVector | Core/PBIKConstraint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetCurrentPinPoint() |
Core/PBIKConstraint.h | ||
void SetGoal
(
const FVector& InGoalPosition, |
Core/PBIKConstraint.h |
Overridden from FConstraint
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Solve
(
const FPBIKSolverSettings& Settings |
Core/PBIKConstraint.h | ||
virtual void UpdateFromInputs() |
Core/PBIKConstraint.h |