Navigation
API > API/Plugins > API/Plugins/ControlRig
| |
|
| Name |
ERigSwitchParentMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_DynamicHierarchy.h |
| Include Path |
#include "Units/Execution/RigUnit_DynamicHierarchy.h" |
Syntax
enum ERigSwitchParentMode
{
World,
DefaultParent,
ParentItem,
}
Values
| Name |
Remarks |
| World |
Switches the element to be parented to the world |
| DefaultParent |
Switches back to the original / default parent |
| ParentItem |
Switches the child to the provided parent item |