mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
595 stars 140 forks source link

Error getting Unique Net ID #76

Closed AidenForrest closed 1 year ago

AidenForrest commented 1 year ago

Hi,

Sorry for creating another issue but I'm new to Unreal and it's workflow and I'm struggling to successfully get a players epic username from their Unique Net ID. Currently, I'm running the code below after joining a EOS session hosted by one user and joined by the other. I can successfully read the hosting players' username without a problem but as soon as a player joins and I try to read their username I get 'ERROR BAD UNQIUE NET ID' and I'm not sure why as both players are logged in and I can use the Epic Games overlay no problem. Any help would be greatly appreciated.

Thanks

image

AidenForrest commented 1 year ago

Never mind, I solved the issue by adding a small delay before getting the ID to allow the player to properly join the game.