New Scriptable Tools in UE5.5

Hi, has anyone played with the updated Scriptable Tools yet in UE5.5?

I’m having an issue with the Add Mouse Hover Behavior Node (which is in the new Editor Scriptable Modular Behavior Tool class). The setup is unusual as for click, drag and hover you have to do a hit test (fire a ray into the scene and hit and object i.e. clicked on something in the world) before it activates the other callbacks.

None the less, it’s fine with click and drag, but its not clear to me what test you need to run for hover. Right now it’s firing the hit test along with On Begin Hover, On Update Hover and On End Hover every frame. Or I can fail the hit test (just make the output bool false but then nothing works).

As with a lot of thing Unreal, I can’t find any documentation on this to help. Anyone figured it out?

Cheers!