Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FDragTool_ActorBoxSelect
Description
Updates the drag tool's end location with the specified delta. The end location is snapped to the editor constraints if bUseSnapping is true.
Virtual Inheritance
- FDragTool::AddDelta → FDragTool_ActorBoxSelect::AddDelta
| Name | AddDelta |
| 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 AddDelta
(
const FVector & InDelta
)
Parameters
| Name | Remarks |
|---|---|
| InDelta | A delta of mouse movement. |