Where does the UniqueId parameter in PreLogin come from?

This is a super late response, but I eventually found out that anything to be passed from the client to the server should be done through the Options parameter when calling OpenLevel. The UniqueId parameter of the PreLogin function is a random value generated by Unreal Engine and should not be tampered with.

1 Like