Navigation
API > API/Editor > API/Editor/UnrealEd
Draws a box in the current viewport and when the mouse button is released, it selects/unselects everything inside of it.
| Name | FDragTool_ActorBoxSelect |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h |
| Include Path | #include "DragTool_BoxSelect.h" |
Syntax
class FDragTool_ActorBoxSelect : public FDragTool
Inheritance Hierarchy
- FDragTool → FDragTool_ActorBoxSelect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDragTool_ActorBoxSelect
(
FLevelEditorViewportClient* InLevelViewportClient |
DragTool_BoxSelect.h | ||
FDragTool_ActorBoxSelect
(
FEditorViewportClient* InEditorViewportClient |
DragTool_BoxSelect.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditorViewportClient | FEditorViewportClient * | DragTool_BoxSelect.h | ||
| LevelViewportClient | FLevelEditorViewportClient * | DragTool_BoxSelect.h | ||
| ModelsToCheck | TArray< UModel * > | List of BSP models to check for selection | DragTool_BoxSelect.h |
Functions
Public
Overridden from FDragTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddDelta
(
const FVector& InDelta |
Updates the drag tool's end location with the specified delta. | DragTool_BoxSelect.h | |
virtual void EndDrag() |
Ends a mouse drag behavior (the user has let go of the mouse button). | DragTool_BoxSelect.h | |
virtual void Render
(
const FSceneView* View, |
DragTool_BoxSelect.h | ||
virtual void StartDrag
(
FEditorViewportClient* InViewportClient, |
Starts a mouse drag behavior. | DragTool_BoxSelect.h |