Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleTargetWithSelectionTool
- UConvertToPolygonsTool
- UEditMeshPolygonsTool
- UExtrudeMeshSelectionTool
- UOffsetMeshSelectionTool
- UUVProjectionTool
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleTargetWithSelectionTool.h |
| Include | #include "BaseTools/SingleTargetWithSelectionTool.h" |
Syntax
UCLASS&40;&41;
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 |