USingleClickInputBehavior::ForceEndCapture

If this is called, the Behavior has forcibly lost capture (eg due to app losing focus for example) and needs to clean up accordingly

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UInputBehavior::ForceEndCapture()

USingleClickInputBehavior::ForceEndCapture()

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 void ForceEndCapture
(
    const FInputCaptureData & CaptureData
)

Remarks

If this is called, the Behavior has forcibly lost capture (eg due to app losing focus for example) and needs to clean up accordingly