FMouseDeltaTracker::StartTracking

Begin tracking at the specified location for the specified viewport.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h

Include

#include "MouseDeltaTracker.h"

Source

/Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp

Syntax

void StartTracking
(
    FEditorViewportClient * InViewportClient,
    const int32 InX,
    const int32 InY,
    const FInputEventState & InInputState,
    bool bNudge,
    bool bResetDragToolState
)

Remarks

Begin tracking at the specified location for the specified viewport.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss