Hello all! I’ve spun my wheels on this long enough, so I’m turning the community now. In my test scene, I’m trying to create a button the you walk up to, activate, a popup dialog device pops up with a menu display. Within this menu, I’ve added a widget switcher with three sub menus. As of now, when I test the scene, I can walk up to the button, activate it, and a string is printed via my Verse script as it’s subscribed to the InteractedWithEvent. Where I’m stuck is how on earth do I increment/decrement/set the Active Widget Index on the Widget Switcher? I’ve not found anything related to a Graph to do visual programming where I can update this, nor have I found a way to do this via Verse.
I have a reference to the popup_dialog_device, which is using my Widget Bluepint class as an override, but I’ve yet to figure out how to get a ref. to my Widget Switcher.
Any help would be appreciated. Thank you.
Extra context: The plan is to eventually handle tab-left and tab-right button events to increment/decrement the index and render different submenus in the Widget Switcher.