Navigation
API > API/Plugins > API/Plugins/ControlRig
The type of interaction happening on a rig
| Name | EControlRigInteractionType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/RigUnitContext.h |
| Include Path | #include "Units/RigUnitContext.h" |
Syntax
enum EControlRigInteractionType
{
None = 0,
Translate = (1 << 0),
Rotate = (1 << 1),
Scale = (1 << 2),
All = Translate | Rotate | Scale,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Translate | |
| Rotate | |
| Scale | |
| All |