UClickDragInputBehavior::BeginCapture

Called after [WantsCapture()](API\Runtime\InteractiveToolsFramework\BaseBehaviors\UClickDragInputBehavior\WantsCapture) returns a capture request that was accepted

Windows
MacOS
Linux

Override Hierarchy

UInputBehavior::BeginCapture()

UClickDragInputBehavior::BeginCapture()

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 FInputCaptureUpdate BeginCapture
(
    const FInputDeviceState & InputState,
    EInputCaptureSide eSide
)

Remarks

Called after WantsCapture() returns a capture request that was accepted

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