Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- UExtractCollisionGeometryTool
- UGenerateLODMeshesTool
- UHoleFillTool
- UMeshBoundaryToolBase
- URevolveBoundaryTool
- UMeshInspectorTool
- UMeshSpaceDeformerTool
- UMeshTangentsTool
- UMeshToVolumeTool
- UParameterizeMeshTool
- UPolygonOnMeshTool
- URecomputeUVsTool
- USimpleCollisionEditorTool
- USimplifyMeshTool
- USubdividePolyTool
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleSelectionMeshEditingTool.h |
| Include | #include "BaseTools/SingleSelectionMeshEditingTool.h" |
Syntax
UCLASS ()
class USingleSelectionMeshEditingTool : public USingleSelectionTool
Remarks
Single Selection Mesh Editing tool base class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UWorld > | TargetWorld |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UWorld * | |||
| void | OnShutdown
(
EToolShutdownType ShutdownType |
||
| void | SetWorld
(
UWorld* World |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |