Fixing build of plugin changes on MacOS.

(cherry picked from commit cc311df9699a99305fe3c7d5d83f4fb0bb4b5550)
This commit is contained in:
Lothar May
2021-12-12 21:55:19 +01:00
parent 31c4be3629
commit 56639eb4a7

View File

@@ -82,7 +82,7 @@ void ULoginUserCallbackProxy::OnCompleted(int32 LocalUserNum, bool bWasSuccessfu
if (State)
{
// Update UniqueId. See also ShowLoginUICallbackProxy.cpp
State->SetUniqueId(uniqueId);
State->SetUniqueId((const FUniqueNetIdPtr&) uniqueId);
}
}