Navigation
API > API/Plugins > API/Plugins/FullBodyIK
References
| |
|
| Module |
FullBodyIK |
| Header |
/Engine/Plugins/Experimental/FullBodyIK/Source/FullBodyIK/Public/FBIKConstraint.h |
| Include |
#include "FBIKConstraint.h" |
Syntax
enum EConstraintType
{
Transform,
Aim,
MAX,
NoneType,
JointConstraintType,
SpringConstraintType,
SuspensionConstraintType,
CharacterGroundConstraintType,
Free,
Limit,
Locked,
}
Values
| Name |
Description |
| Transform |
|
| Aim |
|
| MAX |
|
| NoneType |
|
| JointConstraintType |
|
| SpringConstraintType |
|
| SuspensionConstraintType |
|
| CharacterGroundConstraintType |
|
| Free |
|
| Limit |
|
| Locked |
|