Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Single Selection Mesh Editing tool base class.
| Name | USingleSelectionMeshEditingTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleSelectionMeshEditingTool.h |
| Include Path | #include "BaseTools/SingleSelectionMeshEditingTool.h" |
Syntax
UCLASS (MinimalAPI)
class USingleSelectionMeshEditingTool : public USingleSelectionTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleSelectionMeshEditingTool
Implements Interfaces
Derived Classes
USingleSelectionMeshEditingTool derived class hierarchy
- UExtractCollisionGeometryTool
- UExtractSplineTool
- UGenerateLODMeshesTool
- UHoleFillTool
- UMeshBoundaryToolBase
- UMeshInspectorTool
- UMeshSpaceDeformerTool
- UMeshTangentsTool
- UMeshToVolumeTool
- UParameterizeMeshTool
- UPolygonOnMeshTool
- URecomputeUVsTool
- USimpleCollisionEditorTool
- USimplifyMeshTool
- USubdividePolyTool
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UWorld * GetTargetWorld() |
BaseTools/SingleSelectionMeshEditingTool.h | ||
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
BaseTools/SingleSelectionMeshEditingTool.h | ||
virtual void SetWorld
(
UWorld* World |
BaseTools/SingleSelectionMeshEditingTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Shutdown
(
EToolShutdownType ShutdownType |
BaseTools/SingleSelectionMeshEditingTool.h |