No lighting on client for Multiplayer shootout

UE - Networking - Jan 27, 2016

The client when connecting to a multiplayer shoot out match does not appear to have any lighting when using New Editor window ...

Crash on stopping PIE after using DemoRec in PIE

UE - Networking - Jan 20, 2016

Crash on stopping PIE after using DemoRec in PIE. Possibly related to [Link Removed] which must be fixed, but happens upon stopping PIE. Reproduced in 4.11.0 Preview 3 binary and Main (//UE4/Dev-Ma ...

Engine module doesn't properly reference dependencies on the NetworkReplayStreaming module

UE - Networking - Jan 12, 2016

Need to add NetworkReplayStreaming to the list of PublicIncludePathModuleNames in Engine.Build.cs ...

Client crash on seamless travel in DataReplication with lag

UE - Networking - Jan 11, 2016

When server traveling, client may crash due to lag while attempting to replicate object/property. ...

Netprofile crashes networked games using Steam

UE - Networking - Jan 5, 2016

Netprofile crashes networked games using Steam with the following assertion: Assertion failed: "Invalid interface for Steam P2P addresses" && 0 [Link Removed] [Line: 72] No Crash Report is submitt ...

Going to an earlier point of a replay does not update to previous visibility state on an actor that was switched to not visible during demorec

UE - Networking - Jan 5, 2016

Going to an earlier point of a replay does not update to previous visibility state on an actor that was switched to not visible during demorec. Reproduced in 4.9.2 binary and Main (//UE4/Dev-Main C ...

Rotation on player starts does not appear to replicate for clients

UE - Networking - Dec 30, 2015

If a player places multiple player starts into a level and rotates them the server will be rotated as expected when spawning in, however the following clients that spawn in will not be rotated. ...

Create Session does not work in a packaged game from any project that has used C++

UE - Networking - Dec 28, 2015

After adding C++ to a content-only project, Create Session no longer works in a packaged game. The following warning appears in the log: LogScript:Warning: CreateSession - Invalid or uninitialized ...

Reliable multicast RPCs can be dropped

UE - Networking - Dec 23, 2015

As detailed in the linked UDN thread, if a server doesn't receive a network packet from a client in 1.5 seconds, it sets the client connection's ViewTarget to null. This will cause dropped reliable ...

After calling Seamless Travel, actors in the level will not be in their original positions

UE - Networking - Dec 18, 2015

After calling Seamless Travel, actors in the level will not be in their original positions. The example provided by the licensee had a different result: the actors, despite having Start Awake disabl ...