[REQUEST] Expose Player Avatar Icon in Verse

A great addition to UEFN would be exposing player portrait images to Verse, so we could use them in custom UMG UI or in-world objects.

Imagine leaderboards with player portraits, in-game bounty walls, end-game result screens, player icons on custom map widgets and more.

Ive wanted this for so long…

Exposing the players name aswell would be nice.

The player name is already exposed you can reference them using messages.

Eg. PlayerStats<localizes>(Agent:agent,Score:int):message=“{Agent} Score: {Score}” will work and allow you to show the players name
(Keep in mind if you later convert the message to a string it converts the Name to Anonymous[256] for privacy reasons)

2 Likes