I am trying to call a widget that is inside of an actor. the actor controls my character selection for my male and female character. I am trying to add a main menu before this but cannot seem to figure out how to call it from inside the actor.
My CharacterSelection Blueprint.
My MainMenu Blueprint.
The red arrow points to the Event I need to call in my mainmenu widget!
ok so what you wanna do is inside the main menu widget create a event dispatcher name it On_Clicked and drag it in and hit call and connect it to your button then go back character selection and where you set the variable for character selection you drag the varible that you set from create widget it or just click it and in the detail panel should now see on clicked event where you can call it and set up the code inside the character selection page
if you need pictures let me know
well glad you got it working bro need anything else let me know
I got it to work this way!