Navigation
Unreal Engine C++ API Reference > Plugins > ModelingComponents > BaseTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- UClothMeshSelectionTool
- UClothTransferSkinWeightsTool
- UDisplaceMeshTool
- UExtractCollisionGeometryTool
- UGenerateLODMeshesTool
- UHoleFillTool
- ULatticeDeformerTool
- UMeshBoundaryToolBase
- URevolveBoundaryTool
- UMeshInspectorTool
- UMeshSpaceDeformerTool
- UMeshTangentsTool
- UMeshToVolumeTool
- UParameterizeMeshTool
- UPolygonOnMeshTool
- URecomputeUVsTool
- USimpleCollisionEditorTool
- USimplifyMeshTool
- USubdividePolyTool
- UWeldMeshEdgesTool
References
Module | ModelingComponents |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleSelectionMeshEditingTool.h |
Include | #include "BaseTools/SingleSelectionMeshEditingTool.h" |
Syntax
UCLASS&40;&41;
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 |
Overridden from UInteractiveTool
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TObjectPtr< const UDEPRECATED_PersistentMeshSelection > | InputSelection_DEPRECATED | UPersistentMeshSelection and related functions are deprecated |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
const UDEPRECATED_PersistentMeshSelection * | UPersistentMeshSelection and related functions are deprecated | |
![]() ![]() ![]() |
bool | UPersistentMeshSelection and related functions are deprecated | |
![]() ![]() |
void | SetInputSelection
(
const UDEPRECATED_PersistentMeshSelection* SelectionIn |
UPersistentMeshSelection and related functions are deprecated |