Crash on PIE with varying number of players

UE - Networking - Jan 26, 2015

User crashes on PIE when number of players is set to two in the "Play" drop down menu. No crash if number of players are set to 1,3, or 4. Additionally, setting the "Dedicated server" checkbox to ...

SimpleMoveTo does not work on Clients

UE - Networking - Jan 9, 2015

SimpleMoveTo does not work on Clients. ...

Passing an FQuat over a network will crash a game unless it is set as a variable first.

UE - Networking - Jan 6, 2015

A user reported that retrieving and sending an FQuat over a network will crash a game unless the FQuat is first assigned to a variable and the variable is passed. ...

Possible incorrect logical operator used in if statement in OnlineSessionInterfaceNull.cpp

UE - Networking - Dec 31, 2014

A user pointed out a possible mistaken use of the && operator instead of the || operator in an if statement in source code. In the FOnlineSessionNull::GetResolvedConnectString() function in OnlineSe ...

The editor crashes during PIE when using the DemoPlay feature

UE - Networking - Dec 9, 2014

The editor crashes during PIE when using the DemoPlay feature. Crash Report: [Link Removed] ...

Ragdoll replication on server side is not replicated correctly on client

UE - Networking - Dec 2, 2014

Ragdoll replication on server side is not replicated correctly on client. The client will see the server players ragdoll dissappear and reappear at the 0,0,0 origin point. AnswerHub Posts: https: ...

Server travel from Shooter Game level Highrise crashes editor

UE - Networking - Nov 17, 2014

If a person is on the Shooter Game level Highrse and uses the blueprint node "Execute Console Command" to server travel to any other level the editor will crash. In PIE mode the editor will hang at ...

NetMulticast and BlueprintCallable C++ functions reportedly have incorrect parameters

UE - Networking - Nov 7, 2014

Bug report from AnswerHub. Need to figure out why C++ functions tagged NetMulticast and BlueprintCallable send the wrong paramters to some clients. ...

CRITICAL: Regression: CRASH: SHOOTERGAME: Client crashes when using ServerTravel command

UE - Networking - Sep 17, 2014

Update (5/4/15): New repro steps using Main (//depot/UE4/Promotable-CL-2535351): 1. Create a new Blueprint project 2. Create 3 new Levels: MainMenu, Lobby, and Level 3. Create 3 new GameModes: Main ...