Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | EApplyTransformMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Deprecated/RigUnit_ApplyFK.h |
| Include Path | #include "Units/Deprecated/RigUnit_ApplyFK.h" |
Syntax
enum EApplyTransformMode
{
Override,
Additive,
Max,
}
Values
| Name | Remarks |
|---|---|
| Override | Override existing motion |
| Additive | Additive to existing motion |
| Max | MAX - invalid |