Player state on clients does not get set properly

UE - Networking - Jul 23, 2015

When playing in Standalone with multiple characters there's the the chance that one of the player states does not get set and remains null. This is not a 100% repro case. Multiple tests may be req ...

[CrashReport] UE4Editor_Engine!FNetGUIDCache::GetObjectFromNetGUID() [packagemapclient.cpp:1876]

UE - Networking - Jul 16, 2015

I loaded up a two player game in the 'play in editor'. Upon clicking into the client, the game crashed. Clicking into the server did not cause it to crash.I'm pretty sure this happened because I check ...

Set Actor Enable Collision is not replicated

UE - Networking - Jul 14, 2015

Set Actor Enable Collision is not replicated. Reproduced in 4.7.6, 4.8.2, and Main (//depot/UE4/Promotable-CL-2619427) ...

After Seamless Server Travel, the Client cannot move the character or see the Server character

UE - Networking - Jul 9, 2015

After Seamless Server Travel, the Client cannot move the character or see the Server character. On the Server, the Client character appears to be falling in place. Tested in both first and third per ...

Crash when destroying a pawn on the client

UE - Networking - Jul 6, 2015

Crash when destroying a pawn on the client. Reproduced in 4.8.1 and Main (//depot/UE4/Promotable-CL-2610743). This is a regression: the crash does not occur in 4.7.6 Crash Report: [Link Removed] ...

RepNotify variables passed by reference to a function or macro that then change the value of the variable do not trigger the OnRep function on the Server

UE - Networking - Jul 1, 2015

RepNotify variables passed by reference to a function or macro that then change the value of the variable do not trigger the OnRep function on the Server. This is inconsistent with the behavior with ...

Use Single Process settings adjusted while Use Single Process is disabled are retained while Use Single Process is enabled

UE - Networking - Jul 1, 2015

Use Single Process settings adjusted while Use Single Process is disable are retained while Use Single Process is enabled. This can be problematic when there are issues with having Use Single Proces ...

Clients fail to load in Standalone mode with 2 players while Use Single Process is disabled

UE - Networking - Jul 1, 2015

Clients fail to load in Standalone mode with 2 players while Use Single Process is disabled. Note: double checked this, and I cannot repro in Multiplayer Shootout in 4.9. The same issue still occur ...

Steam friends list is duplicated when opened for a second time in the packaged version of Shooter Game

UE - Networking - Jun 29, 2015

If a user is logged into a Steam account with between 1 and ~10 friends (Max depends on resolution, as it'll push the excess off the screen) and they open the friends list multiple times, it'll dupl ...

Cannot compile project with dedicated server in 4.8

UE - Networking - Jun 23, 2015

If a project has built a dedicated server executable then it will fail when trying to convert the project from 4.7.6 to 4.8. EDIT: Following the steps on the wiki page for Dedicated Servers () in 4 ...