Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Sculpting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UWorkPlaneProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshSculptToolBase.h |
| Include | #include "Sculpting/MeshSculptToolBase.h" |
Syntax
UCLASS&40;&41;
class UWorkPlaneProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPropertySetEnabled | ||
| bool | bShowGizmo | Toggle whether Work Plane Positioning Gizmo is visible | |
| FVector | Position | ||
| FQuat | Rotation |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RecenterGizmoIfFar
(
FVector CenterPosition, |
Recenter the gizmo around the target position (without changing work plane), if it is "too far" (> 10 meters + max bounds dim) from that position currently. |