Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FControlRigPoseMirrorTable |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tools/ControlRigPoseMirrorTable.h |
| Include Path | #include "Tools/ControlRigPoseMirrorTable.h" |
Syntax
struct FControlRigPoseMirrorTable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlRigPoseMirrorTable() |
Tools/ControlRigPoseMirrorTable.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FControlRigPoseMirrorTable() |
Tools/ControlRigPoseMirrorTable.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MatchedControls | TMap< FName, FName > | Tools/ControlRigPoseMirrorTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigControlCopy * GetControl
(
FControlRigControlPose& Pose, |
Get the matched control with the given name | Tools/ControlRigPoseMirrorTable.h | |
void GetMirrorTransform
(
const FRigControlCopy& ControlCopy, |
Return the Mirrored Global(In Control Rig Space) Translation and Mirrored Local Rotation | Tools/ControlRigPoseMirrorTable.h | |
bool IsMatched
(
const FName& ControlName |
Whether or not the Control with this name is matched | Tools/ControlRigPoseMirrorTable.h | |
void SetUpMirrorTable
(
const UControlRig* ControlRig |
Set up the Mirror Table | Tools/ControlRigPoseMirrorTable.h |