Original Discord Post by araceli_r_v | 2024-04-25 18:12:20
Hi, in my project i’m implementing a options menu. Well, in that menu i have some kind off buttons and when i click in one of these buttons (a widget opens) the chatbox disappear and when i come back I have to reset the level to see again and use the chat box.
I’ve been looking in the convai base character blueprints and in the convai base player character how you open the chat box, but a i don’t really understand if it is that i need to use in my widget to open it again.
Hi <@651477930832166944>, just to understand better, you would like to hide the char widget when you go to the options menu and then unhide it when you close the options menu again, is that right?
To hide the chat widget, go to your player blueprint and right click in the event graph and search for get hat wb, this will be the chat widget variable
You can then drag from it and run a variety of different functions, one of them is set visibility, you can set it to hidden or visible via that function
Hi, sorry for the late answer, at the end I resolved the problem putting in the blueprint the “remove from the parent” widget function, and it worked!! Thanks so much for all😊 <@365628745886859267>