I’m trying to get a Vertical Box from an existing UUserWidget but so far I cannot find anything on how to do it via C++.
Is there any way I can find a child widget by name?
1 Like
You can access the WidgetTree data member using a reference/pointer to the UUserWidget. Using the UWidgetTree you should be able to access the other widgets. Here is a link to the docs page for UWidgetTree where you can see the functions that you might want to use: UWidgetTree.
2 Likes