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