Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UEditPivotToolActionPropertySet
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/EditPivotTool.h |
| Include | #include "EditPivotTool.h" |
Syntax
UCLASS ()
class UEditPivotToolActionPropertySet : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseWorldBox | Use the World-Space Bounding Box of the target object, instead of the Object-space Bounding Box | |
| TWeakObjectPtr< UEditPivotTool > | ParentTool |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Back () |
||
| void | Bottom () |
||
| void | Center () |
||
| void | Front () |
||
| void | Initialize
(
UEditPivotTool* ParentToolIn |
||
| void | Left () |
||
| void | PostAction
(
EEditPivotToolActions Action |
||
| void | Right () |
||
| void | Top () |
||
| void | WorldOrigin () |