UInputBehavior::BeginHoverCapture

Called after [WantsHoverCapture()](API\Runtime\InteractiveToolsFramework\UInputBehavior\WantsHoverCapture) returns a capture request that was accepted

Windows
MacOS
Linux

Override Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InputBehavior.h

Include

#include "InputBehavior.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InputBehavior.cpp

Syntax

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

Remarks

Called after WantsHoverCapture() 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