Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Tools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UControlRigPoseMirrorSettings
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tools/ControlRigPoseMirrorSettings.h |
| Include | #include "Tools/ControlRigPoseMirrorSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings)
class UControlRigPoseMirrorSettings : public UObject
Remarks
Per Project Settings for the Mirroring, in particular what axis to use to mirror and the matching strings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EAxis::Type > | AxisToFlip | The axis to flip for rotations | |
| FString | LeftSide | The String to denote Controls on the Left Side | |
| TEnumAsByte< EAxis::Type > | MirrorAxis | The axis to mirror translations against | |
| FString | RightSide | The String to denote Controls on the Right Side |
Constructors
| Type | Name | Description | |
|---|---|---|---|