-culture= Launch Parameter no longer working when launching standalone game

UE - Editor - UI Systems - Localization - May 8, 2018

Launch parameter for changing culture no longer working with additional launch parameters. Also tested on packaged 4.19 project with same result. ...

PostRepNotifies may not always be called

UE - Networking - May 8, 2018

FObjectReplicator::UpdateUnmappedObjects calls  CallRepNotifies, but does not call PostRepNotifies. Further, the order of CallRepNotifies and PostNetReceive in FObjectReplicator::UpdateUnmappedObje ...

Destructibles are not rendered correctly when fractured if Support Compute Skincache is enabled

UE - Simulation - Physics - Destruction - May 8, 2018

The rendering of the fractured pieces of a destructible is incorrect when Support Compute Skincache is enabled. The physics of the fractured mesh simulates correctly but the pieces do not render pro ...

Directx12 crashes with OOM

UE - Graphics Features - May 7, 2018

In editor, when running a task that does not issue a BeginFrame/EndFrame for a long time, the GPU will eventually run out of memory.  See UDN: https://udn.unrealengine.com/questions/431450/directx1 ...

iPadPro2 Splash Screen distortion on app Launch

UE - Platform - Mobile - May 7, 2018

iPadPro2 splash screen distorted on app launch. Looks like there is a fix for this in FN branch that can be brought over. Engine/Source/Runtime/ApplicationCore/Private/IOS/IOSAppDelegate.cpp http ...

Function about Comparing Manifest Version in HttpChunkInstaller does not Consider Manifest File Update

Portal - May 7, 2018

Current HttpChunkInstaller consider version data of manifest.But it does not consider the manifest file update. So, if user update the manifest file, HttpChunkInstaller ignores it. If changing the V ...

UMaterialBillboardComponent Memory Leak and Hitching (Unreal 4.19.2 + 4.19.1)

UE - Graphics Features - May 4, 2018

Creating an actor with a UMaterialBillboardComponent causes Editor hitching. ...

SSR can self intersect when occluder found of first ray marshing hit

UE - Graphics Features - May 3, 2018

$title ...

Using CommutativeAssociativeBinaryOperator with a BlueprintPure function causes an ensure when adding the function to a Blueprint

UE - Gameplay - Blueprint - May 3, 2018

A UFUNCTION that is BlueprintPure and has CommutativeAssociativeBinaryOperator set to true results in an ensure whenever it is shown in the Blueprint Editor. The reproduction steps cover adding the ...

Memory Leak when Debugging Blueprint

UE - Rendering Architecture - RHI - May 2, 2018

RAM usage continually increases when debugger is active https://answers.unrealengine.com/questions/784443/ue-4191-memory-leak-while-using-blueprint-debugger.html ...