Hello! How i can access to widget inside widget inside widget?
I have Custom widget “CharaterMenu” inside my HUD widget, whom have “characterStat” widget inside him. How i can change text value in 3rd level of Widget?
I’m not near my computer right now but can’t you just
Cast to HUD -> get CharactedMenu -> cast to Character Menu
And you should be able to access the characterStats to change them.
like I said I’m not near my computer to test this so I may be wrong.
Cast to get menu didnt working. When i get sub menu and change variable this is working. I thinking umg can make action only for 2 levels menu, but when submenu have 3rd level, he didnt send a command
Nested UMG widgets work fine. You can expose a widget as a variable in the very upper right corner, there’s a tickbox next to the widget’s name, I think.
Show us your widget hierarchy if you are still having trouble.
I expose in right upper corner. Didnt know why i have this truble.