Client Animation is not updated on Server with "Replicate Movement" disabled

OLD - Anim - Dec 5, 2016

Client Animation is not updated on Server with "Replicate Movement" disabled See Additional Info URL because the user appears to have done some debugging on this. ...

No way to access Gameplay Debugger can't from Japanese keyboard out-of-box

UE - Editor - UI Systems - Localization - Dec 5, 2016

Gameplay Debugger is assigned to apostrophe by default. (Project Settings>Gameplay Debugger) While Japanese keyboards can enter the char by Shift+7 key combination, this key combination does not rec ...

Impure Cast Nodes Can be Converted to Pure While the Blueprint Graph is Read-Only

UE - Gameplay - Blueprint - Dec 1, 2016

Cast nodes can be converted to pure while the blueprint graph is in read-only mode, such as when you are debugging the blueprint. Found in 4.14.0 CL# 3195953. Reproduced in 4.13.2 CL# 3172292 and 4 ...

Cannot Include VoiceInterface.h Without First Including OnlineSubsystem.h

UE - Networking - Nov 30, 2016

Including VoiceInterface.h causes compiling to fail until you include OnlineSubsystem.h in the same file. This is not expected because VoiceInterface.h is part of the OnlineSubsystem module which ...

Array OnRep Notification Not Running on Server

UE - Networking - Nov 30, 2016

Array variables marked as RepNotify are not calling OnRep on the server when they are not directly set using a Set 'VariableName' node. Found in 4.14.0 CL# 3195953 Reproduced in 4.13.2 CL# 317229 ...

Add Point node used with an InputKey of 0 or 1 will crash the editor on bp compile

Tools - Nov 29, 2016

Add Point node used with an InputKey of 0 or 1 will crash the editor on bp compile User Description: Unreal version 4.14 crashes every time that you use spline component and try to add the point 0 ...

Crash When Executing RestartLevel When GameInstance Contains a Reference to an Actor in a Streamed Level That is Loaded But Not Visible

UE - Gameplay - Nov 29, 2016

The editor is crashing when attempting to use the RestartLevel command if the GameInstance contains a reference to an actor that is in a streaming level. The streaming level must be loaded, but not ...

FOnlineSessionLive leaves inconsistent state when FindSessions or CreateSession fail.

UE - Networking - Nov 28, 2016

FOnlineSessionLive::CreateSession creates the session early into the method. Later, the method can fail but the session and is never cleared up (see the various catch statements in the tasks which o ...

FBX Scene Importer sets actors in Blueprint to movable when reimporting

UE - Editor - Content Pipeline - Import and Export - Nov 28, 2016

When using the FBX Scene Import into Level with default settings so that the actors in the BP import as static, if you reimport them they will then be set to Movable in the BP. This is not a regre ...

Using collapse to function on an event binding causes a crash when that function is referenced in another class

UE - Gameplay - Blueprint - Nov 28, 2016

Collapsing an event binding to a function results in a function that takes in a delegate as an input. This function existing ends up causing any references to this blueprint class in another class t ...