Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/UMouseHoverBehavior
Syntax
TFunction< bool &)> HoverModifierCheckFunc
Remarks
WantsHoverCapture() will only return capture request if this function returns true (or is null)
Note that unlike click behaviors, hover behaviors continue to receive WantsCapture calls even when they hold capture (and end if they fail to request capture), so an active hover behavior will end if its HoverModifierCheckFunc returns false.