Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UFixedPlaneBrushProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DynamicMeshSculptTool.h |
| Include | #include "DynamicMeshSculptTool.h" |
Syntax
UCLASS&40;&41;
class UFixedPlaneBrushProperties : 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. |