Navigation
API > API/Plugins > API/Plugins/FullBodyIK
| |
|
| Name |
FRotationLimitConstraint |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/FullBodyIK/Source/FullBodyIK/Public/FBIKConstraint.h |
| Include Path |
#include "FBIKConstraint.h" |
Syntax
struct FRotationLimitConstraint
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FRotationLimitConstraint()
|
|
FBIKConstraint.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BaseFrameOffset |
FQuat |
Frame of reference for this |
FBIKConstraint.h |
|
| BaseIndex |
int32 |
|
FBIKConstraint.h |
|
| bXLimitSet |
uint8 |
Xyz - twist/swing1/swing2 |
FBIKConstraint.h |
|
| bYLimitSet |
uint8 |
|
FBIKConstraint.h |
|
| bZLimitSet |
uint8 |
|
FBIKConstraint.h |
|
| ConstrainedIndex |
int32 |
|
FBIKConstraint.h |
|
| Limit |
FVector |
|
FBIKConstraint.h |
|
| RelativelRefPose |
FTransform |
|
FBIKConstraint.h |
|
Functions
Public