Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- USingleTargetWithSelectionTool
- UBaseMeshProcessingTool
- UOffsetMeshTool
- USmoothMeshTool
- UConvertToPolygonsTool
- UDisplaceMeshTool
- UEditMeshPolygonsTool
- UExtrudeMeshSelectionTool
- UOffsetMeshSelectionTool
- UUVProjectionTool
- UWeldMeshEdgesTool
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleTargetWithSelectionTool.h |
| Include | #include "BaseTools/SingleTargetWithSelectionTool.h" |
Syntax
UCLASS ()
class USingleTargetWithSelectionTool : public USingleSelectionTool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGeometrySelectionInitialized | ||
| UE::Geometry::FGeometrySelection | GeometrySelection | ||
| TObjectPtr< UPreviewGeometry > | GeometrySelectionViz | ||
| TObjectPtr< UGeometrySelectionVisualizationProperties > | GeometrySelectionVizProperties | ||
| TWeakObjectPtr< UWorld > | TargetWorld |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UE::Geometry::FGeometrySelection & | |||
| UWorld * | |||
| bool | |||
| void | OnShutdown
(
EToolShutdownType ShutdownType |
||
| void | SetGeometrySelection
(
const UE::Geometry::FGeometrySelection& SelectionIn |
||
| void | SetGeometrySelection
(
UE::Geometry::FGeometrySelection&& SelectionIn |
||
| void | SetTargetWorld
(
UWorld* World |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |