USingleClickInputBehavior::BeginCapture

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UInputBehavior::BeginCapture()

USingleClickInputBehavior::BeginCapture()

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/SingleClickBehavior.h

Include

#include "BaseBehaviors/SingleClickBehavior.h"

Source

/Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseBehaviors/SingleClickBehavior.cpp

Syntax

virtual FInputCaptureUpdate BeginCapture
(
    const FInputDeviceState & InputState,
    EInputCaptureSide eSide
)

Remarks

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