SceneDepth failed with MSAA on PC Mobile Preview

UE - Platform - Mobile - Sep 19, 2018

In PC ,RHICreateTargetableShaderResource2D will create SeparateTarget and ShaderResource, and after basepass resolve depth from TargetableTexture to ShaderResourceTexture. But in mobile preview,  ...

A plugin CanBeUsedWithUnrealHeaderTool=true with "Program" type will not be compiled

UE - Foundation - Cpp Tools - Sep 19, 2018

It is ok for 4.19. ...

HLOD visibility state isn't cleared when changing scene

UE - Graphics Features - Sep 25, 2018

HLOD state is not cleared when moving to a scene without HLOD so primitives may read the state from the old scene and incorrectly cull objects. The safe fix is to clear the HLOD state maps when the ...

FTransform(ENoInit) ensures in Debug on mobile platforms

UE - Foundation - Core - Sep 25, 2018

As of 4.20, ENABLE_NAN_DIAGNOSTIC is now enabled in all Debug configurations. However, this does not work well with the TransformNonVectorized that is used on platforms like android. If this combina ...

AShooterGame_FreeForAll::DetermineMatchWinner is set up in a way that it will never provide any functionality

Docs - Samples - Sep 27, 2018

The AShooterGame_FreeForAll::DetermineMatchWinner function is set up to compare each player's PlayerScore with the BestScore variable to see which players are considered to be the "BestPlayer" which ...

Undoing a change to the content of a Text widget while it is still selected causes an assert

UE - Editor - UI Systems - Jul 17, 2018

Hitting undo on a text widget while it is still selected will cause an assert. This appears to happen because the widget loses focus and attempts to commit it's text while still processing the undo, ...

UE4Editor does not start when there are no audio devices available

UE - Platform - Linux - Sep 26, 2018

UE4Editor does not open when there are no audio input or output devices available. The editor hangs at 83% after it initializes the AudioMixer. This issue looks like it was caused by CL 4396954. Et ...

Crash upon attempt to create destructible mesh of EditorSphere or EditorCube

UE - Simulation - Physics - Destruction - Oct 4, 2018

When attempting to create a destructible mesh from the Engine content folder, using the EditorSphere, or EditorCube Mesh will cause the editor to crash.   However, other meshes from this folder such ...

x86 and x64 architectures fail to compile on Android with NDK14b+

UE - Platform - Mobile - Oct 3, 2018

x86 tries to compile as 64-BIT (get an error that sizeof(void *) != 4, and x86_64 fails to find wchar.h. ...

LLDB 2-byte char data formatter script fails in Android Studio

UE - Platform - Mobile - Oct 3, 2018

Android Studio does not properly parse the UE4DataFormatters_2ByteChars.py distributed in 4.20. ...