UClickDragInputBehavior::WantsCapture

Given the input state, does this Behavior want to begin capturing some input devices?

Windows
MacOS
Linux

Override Hierarchy

UInputBehavior::WantsCapture()

UClickDragInputBehavior::WantsCapture()

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 FInputCaptureRequest WantsCapture
(
    const FInputDeviceState & InputState
)

Remarks

Given the input state, does this Behavior want to begin capturing some input devices?

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