How can I implement Tooltips in VR

Hi all,

I’m trying to find a way to implement tooltips in VR.

What i’m trying to do:

I have on hover and unhovered events where my tooltip widget blueprint grabs variables from my datatable and auto fills the corresponding variables. It has been tested and works in desktop view.

  • Adding to viewport does not work in VR preview (my target platform).*

Main issue:

I Added a widget component and changed the class to my tooltip blueprint. This doesn’t update the tooltips details when I hover over it. How would i do that?