Navigation
API > API/Plugins > API/Plugins/ControlRig
Indices from an array of FMirrorItems
| Name | FMirrorItemResults |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tools/MirrorCalculator.h |
| Include Path | #include "Tools/MirrorCalculator.h" |
Syntax
struct FMirrorItemResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExactlyOnAxis | TSet< int32 > | Not mirrored and along the plane of mirroring | Tools/MirrorCalculator.h | |
| MirroredItems | TMap< int32, int32 > | Mirrored items will containt both A, B and B, A pairs. | Tools/MirrorCalculator.h | |
| NotOnAxis | TSet< int32 > | Not mirrored and not along the plane of mirrorin. | Tools/MirrorCalculator.h |