I have built a simple Steam Friends List that shows your friends where i’ve sorted the list with online friends first and the offline friends are shown at the end “greyed out” or with the render opacity of the widget set to .25 if they are offline
When I play the game standalone in the editor everything works correctly.
However in a packaged build everyone shows up as online.
This list also appears to not be sorted as friends I know are online do not even appear at the top of the list.
What is going on here? Thanks in advance.
Addendum:
It appears the render opacity logic is working correctly. The issue is all friends are showing up as online in the Steam Friend Info Struct for some reason. Still unsure of why that is.