Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FDragTool
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.
Derived Overrides
- FDragTool_ActorBoxSelect::AddDelta
- FDragTool_ActorFrustumSelect::AddDelta
- FDragTool_Measure::AddDelta
- FDragTool_ViewportChange::AddDelta
| Name | AddDelta |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorDragTools.h |
| Include Path | #include "EditorDragTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorDragTools.cpp |
virtual void AddDelta
(
const FVector & InDelta
)
Parameters
| Name | Remarks |
|---|---|
| InDelta | A delta of mouse movement. |