Summary
I am having trouble getting a custom player info widget to work correctly.
I am using the HUDPlayerInfoListViewModel to populate the players health, shields, name, and avatar in a custom player info widget for the HUD Controller device. This is working fine. It displays correctly and works well. However, the stamina bar would never work correctly and did not show the value for the player’s stamina.
The Star Wars Hoth template was just released and I saw that it has the stamina bar working correctly. After examining this I see that is uses the HUDPlayerInfoViewModel instead. Oh, I though wow I must have been using the wrong one and switched my stamina bar to use this model instead. Unfortunately, that still did not work and my stamina bar does not function.
I thought hmmmm… I will try switching all of the info (health,shield, name, avatar) to use this model just as the Star Wars template and see if that works bc maybe I can’t use two different view models in the same widget. Nope. Now nothing works.
I do not understand what I could be doing wrong that this works in the Star Wars template’s widget, but not in mine. If I switch my HUD Controller back to using the widget that references HUDPlayerInfoListViewModel they all work except for the stamina.
Hoping someone can help me get past this one that has been frustrating me for months.
Thanks!
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Assets
Steps to Reproduce
Use the HUDPlayerInfoListViewModel to display stamina. It will not work. Use the HUDPlayerInfoViewModel to display stamin and it still will not work.
Expected Result
I expect to be able to display the stamina bar just as I have the health and shields working with the HUDPlayerInfoListViewModel.
Observed Result
The stamina does not work with HUDPlayerInfoListViewModel. It does not work when using HUDPlayerInfoViewModel , either.
Platform(s)
PC, XBOX, Playstation
Island Code
1943-0227-4413
Upload an image
Additional Notes
Please let me know if there is some other information I can provide.

