Does anyone know how I would go about ‘creating’ a new FBPUniqueNetId assuming I have a string version of the netid?
I have a list of other lobby players UniqueNetId stored as Strings and am serializing it across the network and sending those Ids to all players. I would Ideally like to create a new FBPUniqueNetId or even a FUniqueNet Id that I can then use for a FindFriendSession search later on.