Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMouseDeltaTracker
Description
Called when a mouse button has been released. If there are no other mouse buttons being held down, the internal information is reset.
| Name | EndTracking |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h |
| Include Path | #include "MouseDeltaTracker.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp |
bool EndTracking
(
FEditorViewportClient * InViewportClient
)