Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Multi Target with Selection tool base class.
| Name | UMultiTargetWithSelectionTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/MultiTargetWithSelectionTool.h |
| Include Path | #include "BaseTools/MultiTargetWithSelectionTool.h" |
Syntax
UCLASS (MinimalAPI)
class UMultiTargetWithSelectionTool : public UMultiSelectionTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiTargetWithSelectionTool
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UE::Geometry::FGeometrySelection & GetGeometrySelection
(
const int TargetIndex |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual UWorld * GetTargetWorld() |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual bool HasAnyGeometrySelection() |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual bool HasGeometrySelection
(
const int TargetIndex |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual void InitializeGeometrySelectionArrays
(
const int NumTargets |
Initialize the Geometry Selection array and the boolean arrays according to the number of targets | BaseTools/MultiTargetWithSelectionTool.h | |
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual void SetGeometrySelection
(
const UE::Geometry::FGeometrySelection& SelectionIn, |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual void SetGeometrySelection
(
UE::Geometry::FGeometrySelection&& SelectionIn, |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual void SetTargetWorld
(
UWorld* World |
BaseTools/MultiTargetWithSelectionTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnTick
(
float DeltaTime |
BaseTools/MultiTargetWithSelectionTool.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
BaseTools/MultiTargetWithSelectionTool.h |