Calling LoadLevelInstance on a Client causes the Client to be kicked from the server

UE - Networking - Apr 6, 2017

A licensee has reported an issue where using LoadLevelInstance on a client causes the client to become disconnected from the server. This happens with both Hosted servers and Dedicated servers. Reg ...

[Latest Macbook Pro][Metal] blinks severely

UE - Graphics Features - Apr 6, 2017

This bug causes the screen to flicker randomly, even in simple, blank third person project templates. Even the basic starter content, the main editor area is blinking all the time if the user chooses ...

Client Receives Incorrect Parent on Server Detachment if AttachParent Is Null

UE - Networking - Apr 6, 2017

User Description: In USceneComponent::PreNetReceive the old (in this case, non-null) AttachParent is being cached into NetOldAttachParent. In USceneComponent::PostRepNotifies, AttachParent and NetO ...

Nav Link Component's Transform Being Ignored

UE - AI - Apr 5, 2017

Nav Link Components are not respecting transform changes inside of the blueprint's viewport. They will always originate from the Actor's origin point. ...

Nullptr dereference in FHeadMountedDisplay::UpdateSplashScreen()

UE - Platform - XR - Apr 5, 2017

A customer has had problems running a game with a splash screen when passing -game flag to the editor. UpdateSpashScreen will call GetCurrentFrame, which can return a nullptr but fails to verify it ...

Crash Clicking on Enum in BT Decorators After the Enum Has Been Altered

UE - AI - Apr 5, 2017

Clicking on a Behavior Tree decorator that references an Enum blackboard key will crash the editor if that Enum has been altered in the method described in the repro steps. If you set decorators to ...

[CrashReport] UE4Editor_CoreUObject!UObject::CreateDefaultSubobject() [obj.cpp:118]

UE - Foundation - Core - UObject - Apr 4, 2017

Was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Fatal error: [Link Removed] [Line: 117] No o ...

[CrashReport] UE4Editor_Engine!UGameViewportClient::Draw() [gameviewportclient.cpp:1170]

UE - Graphics Features - Apr 4, 2017

Was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 (first/seco ...

EDL in 4.15 may not be fully safe and should be disabled by default

UE - Foundation - Core - UObject - Apr 4, 2017

EDL may have some issues that are very hard to reproduce that's why we should disable it by default in 4.15.2. We will re-enable it in 4.16 ...

Mobile platforms and HTML5 do not support bRuntimePhysicsCooking, forcing it to off

UE - Simulation - Physics - Apr 4, 2017

UEbuildIOS.cs (and equivalents on other platforms, including Android and HTML5) force Target.bRuntimePhysicsCooking to false, presumably because we haven't compiled the necessary libraries yet for t ...