UMouseHoverBehavior::WantsHoverCapture

Given the input state, does this Behavior want to begin capturing some input devices for hover

Windows
MacOS
Linux

Override Hierarchy

UInputBehavior::WantsHoverCapture()

UMouseHoverBehavior::WantsHoverCapture()

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 FInputCaptureRequest WantsHoverCapture
(
    const FInputDeviceState & InputState
)

Remarks

Given the input state, does this Behavior want to begin capturing some input devices for hover

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