I have two computer screens in a VR level and I would like to change the active widget index for the widget switcher on the right screen when you press a button on the left screen. I know how to change the active index amongst widgets within a single widget switcher, but I can’t seem to get this working to control the index from outside the widget switcher.
Where are the widget components? Who owns them? Assuming each switcher is in a separate comp, ofc. If not, do explain where things are in more details - knowing it will allow you to hook up the necesarry events.
As usual, as soon as I post about an issue I’m having, I figure out the solution.
I wound up setting up two integer variables on the VRPawn object and was able to get and set those variables to switch the widgets in the two switchers.
All good.
1 Like