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