Hi!
I have this code triggered with the Tick method (the tick method runs this code):
I’m wondering if, instead doing this on every tick, it is possible to have an event that fires when the widget interaction component points to an actor.
I think it could be:
But the text in the tool tip: “it’s unable to report anything about what UWidget is under the hit result” is disturbing.
This code is part of some tests that I’m doing with the VR Template. Where the Widget Interaction Component’s Trace Channel is 3DWidget and the actor I want to point, a menu, has blocked 3DWidget Trace Response.
Is is possible to use the On Hovered Widget Changed instead of the Tick method?
Thanks!