If I am understanding correctly, this should be pretty simple to do.
-
Create a widget such as a horizontal box in your parent HUD widget class and check “isVariable”
-
Create a function in your widget called “SpawnChildWidgets” (or something more meaningful).
-
Add the following code:
- Call the function where you need it. I.e. OnConstruct or somewhere else.
Make sure there is a value set in the Player Controller variable.
Hope this helps.
Alex

