Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| Name | USingleTargetWithSelectionTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleTargetWithSelectionTool.h |
| Include Path | #include "BaseTools/SingleTargetWithSelectionTool.h" |
Syntax
UCLASS (MinimalAPI)
class USingleTargetWithSelectionTool : public USingleSelectionTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleTargetWithSelectionTool
Implements Interfaces
Derived Classes
USingleTargetWithSelectionTool derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UE::Geometry::FGeometrySelection & GetGeometrySelection() |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual UWorld * GetTargetWorld() |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual bool HasGeometrySelection() |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual void SetGeometrySelection
(
const UE::Geometry::FGeometrySelection& SelectionIn |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual void SetGeometrySelection
(
UE::Geometry::FGeometrySelection&& SelectionIn |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual void SetTargetWorld
(
UWorld* World |
BaseTools/SingleTargetWithSelectionTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnTick
(
float DeltaTime |
BaseTools/SingleTargetWithSelectionTool.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
BaseTools/SingleTargetWithSelectionTool.h |