Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FDragTool_ActorBoxSelect
- FDragTool::AddDelta()
- FDragTool_ActorBoxSelect::AddDelta()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h |
| Include | #include "DragTool_BoxSelect.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp |
virtual void AddDelta
&40;
const FVector & InDelta
&41;
Remarks
Updates the drag tool's end location with the specified delta. The end location is snapped to the editor constraints if bUseSnapping is true.
Parameters
| Name | Description |
|---|---|
| InDelta | A delta of mouse movement. |