Hey guys.
The incompatible UniqueId error can be hacked around in the Runtime/Engine/Private/GameModeBase.cpp
line 646 replace
ErrorMessage = TEXT(“incompatible_unique_net_id”);
with
ErrorMessage = GameSession->ApproveLogin(Options);
Hey guys.
The incompatible UniqueId error can be hacked around in the Runtime/Engine/Private/GameModeBase.cpp
line 646 replace
ErrorMessage = TEXT(“incompatible_unique_net_id”);
with
ErrorMessage = GameSession->ApproveLogin(Options);