UMouseHoverBehavior::BeginHoverCapture

Called after [WantsHoverCapture()](API\Runtime\InteractiveToolsFramework\BaseBehaviors\UMouseHoverBehavior\WantsHoverCaptur-) returns a capture request that was accepted

Windows
MacOS
Linux

Override Hierarchy

UInputBehavior::BeginHoverCapture()

UMouseHoverBehavior::BeginHoverCapture()

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseBehaviors/MouseHoverBehavior.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseBehaviors/MouseHoverBehavior.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