Navigation
API > API/Plugins > API/Plugins/ControlRig
| |
|
| Name |
EControlRigFKRigExecuteMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/FKControlRig.h |
| Include Path |
#include "Rigs/FKControlRig.h" |
Syntax
enum EControlRigFKRigExecuteMode
{
Replace,
Additive,
Direct,
Max,
}
Values
| Name |
Remarks |
| Replace |
Replaces the current pose |
| Additive |
Applies the authored pose as an additive layer |
| Direct |
Sets the current pose without the use of offset transforms |
| Max |
MAX - invalid |