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