Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Standard properties of the Transform Meshes operation
| Name | UISMEditorToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/ISMEditorTool.h |
| Include Path | #include "ISMEditorTool.h" |
Syntax
UCLASS ()
class UISMEditorToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UISMEditorToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UISMEditorToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHideWhenDragging | bool | Hide the Selectable and Selected highlights when dragging with the Gizmos | ISMEditorTool.h |
|
| bSetPivotMode | bool | When true, the Gizmo can be moved independently without affecting objects. | ISMEditorTool.h |
|
| bShowSelectable | bool | Show a highlight around all selectable instances | ISMEditorTool.h |
|
| bShowSelected | bool | Show a highlight around the selected instances | ISMEditorTool.h |
|
| SelectedInstances | TArray< FString > | List of selected Component/Instance values | ISMEditorTool.h |
|
| TransformMode | EISMEditorTransformMode | Transformation Mode controls the overall behavior of the Gizmos in the Tool | ISMEditorTool.h |
|