UClickDragInputBehavior::OnClickDragInternal

Internal function that forwards click evens to Target::OnClickDrag, you can customize behavior here

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseBehaviors/ClickDragBehavior.h

Include

#include "BaseBehaviors/ClickDragBehavior.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseBehaviors/ClickDragBehavior.cpp

Syntax

virtual void OnClickDragInternal
(
    const FInputDeviceState & Input,
    const FInputCaptureData & Data
)

Remarks

Internal function that forwards click evens to Target::OnClickDrag, you can customize behavior here

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