Navigation
API > API/Plugins > API/Plugins/ControlRig
When setting control values what to do with regards to setting key.
| Name | EControlRigSetKey |
| Type | enum |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
| Include Path | #include "Rigs/RigHierarchyDefines.h" |
Syntax
enum EControlRigSetKey
{
DoNotCare = 0x0,
Always,
Never,
}
Values
| Name | Remarks |
|---|---|
| DoNotCare | |
| Always | |
| Never |