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

Windows
MacOS
Linux

Override Hierarchy

UInputBehavior::ForceEndCapture()

USingleClickInputBehavior::ForceEndCapture()

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseBehaviors/SingleClickBehavior.h"

Source

/Engine/Source/Runtime/Experimental/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

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