Get unique id in UEFN game

Hi all!
I plan to make a small event in my game, where every player should get an unique code for prizes.
I can’t figure out how can I make it in UEFN properly.
The Idea is that I will get some unique ID from uefn and encript it as a code.
But I couldn’t find how can I make a call to the Display_name, Session_Id etc. in UEFN.
Is it even possible?

1 Like

You “CANNOT” get a players EPIC_ID neither the SESSION_ID nor the EPIC DISPLAY NAME what you could try to do is when a player first joins generate a hugely random int and save the value and then with updates you can do stuff like setting special perks that applies to the person who has that int although the issue would be while almost impossible it could be possible for 2 people to get the same random ID

1 Like