Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMirrorToolActionPropertySet
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MirrorTool.h |
| Include | #include "MirrorTool.h" |
Syntax
UCLASS&40;&41;
class UMirrorToolActionPropertySet : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bButtonsOnlyChangeOrientation | If true the "Preset Mirror Directions" buttons only change the plane orientation, not location. | |
| TWeakObjectPtr< UMirrorTool > | ParentTool |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Backward () |
Move the mirror plane and adjust its normal to mirror entire selection backward. | |
| void | Down () |
Move the mirror plane and adjust its normal to mirror entire selection downward. | |
| void | Forward () |
Move the mirror plane and adjust its normal to mirror entire selection forward. | |
| void | Initialize
(
UMirrorTool* ParentToolIn |
||
| void | Left () |
Move the mirror plane and adjust its normal to mirror entire selection leftward. | |
| void | PostAction
(
EMirrorToolAction Action |
||
| void | Right () |
Move the mirror plane and adjust its normal to mirror entire selection rightward. | |
| void | Move the mirror plane to center of bounding box without changing its normal. | ||
| void | Up () |
Move the mirror plane and adjust its normal to mirror entire selection upward. |