Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FDragTool_ActorBoxSelect
Description
Starts a mouse drag behavior. The start location is snapped to the editor constraints if bUseSnapping is true.
Virtual Inheritance
- FDragTool::StartDrag → FDragTool_ActorBoxSelect::StartDrag
| Name | StartDrag |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h |
| Include Path | #include "DragTool_BoxSelect.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp |
virtual void StartDrag
(
FEditorViewportClient * InViewportClient,
const FVector & InStart,
const FVector2D & InStartScreen
)
Parameters
| Name | Remarks |
|---|---|
| InViewportClient | The viewport client in which the drag event occurred. |
| InStart | Where the mouse was when the drag started. |