Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | ERigControlAnimationType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
| Include Path | #include "Rigs/RigHierarchyDefines.h" |
Syntax
enum ERigControlAnimationType
{
AnimationControl,
AnimationChannel,
ProxyControl,
VisualCue,
}
Values
| Name | Remarks |
|---|---|
| AnimationControl | A visible, animatable control. |
| AnimationChannel | An animation channel without a 3d shape. |
| ProxyControl | A control to drive other controls, not animatable in sequencer. |
| VisualCue | Visual feedback only - the control is neither animatable nor selectable. |