Setting a console variable interacts with window state

When the game window is set to be windowed and maximized, setting a console variable changes the window's state from being maximized to its default size.  This is a regression as it is working as e ...

Incorrect native code generation when Blueprint nativization is enabled for objects instanced through the editor and assigned to an instanced object reference property on the CDO

UE - Gameplay - Blueprint - Aug 14, 2018

When converting a Blueprint class to native C++ code, we're not currently distinguishing between an instanced default subobject assigned to an instanced object reference property within the CDO that ...

Crash upon selecting CameraComponent in Sequencer when level is locked

UE - Anim - Sequencer - Aug 14, 2018

Selecting a Camera Component in the Sequencer window when the level is locked causes the Engine to crash.  This was reported and tested in 4.20.1 (CL-4233996). This was reproduced in 4.19.2 (CL-403 ...

Crash when attempting to save Soft Object Reference

UE - Gameplay - Blueprint - Aug 13, 2018

Engine will crash when attempting to save soft object reference. "FArchive does not support FSoftObjectPtr serialization. Use FArchiveUObject instead." Also reproduced in Main CL #4247864 ...

CAD Datasmith no longer support Rhino 6 materials/texture on import

UE - Editor - Content Pipeline - Datasmith - Importer - Aug 13, 2018

Missing assignment/recursion in UHLODProxy::FindFirstActor can potentially lead to an infinite loop

UE - World Creation - Worldbuilding Tools - HLOD - Aug 13, 2018

User reports on the forums of being stuck in an infinite loop and noticed a dead branch in the titled function:The body of if (SubLODActor) doesn't actually do anything, guaranteeing an infinite loo ...

[CrashReport] UE4Editor_UnrealEd!UEditorBrushBuilder::EndBrush() [editorbrushbuilder.cpp:53]

Tools - Aug 10, 2018

No user comments in crash group 48 bool UEditorBrushBuilder::EndBrush( UWorld* InWorld, ABrush* InBrush ) 49 { 50 //!!validate 51 check( InWorld != nullptr ); ...

Auto Wrap Text boolean check appear twice in the Text Block widget element

UE - Editor - UI Systems - Aug 10, 2018

The Auto Wrap Text property in the Text Block widget element appears twice in the Details Panel. Tested in 4.19.2 (CL- 4033788), 4.20.1 (CL - 4239966),  4.21 (CL - 4275031) ...

Skylight Intensity Doesn't Behave The Same in OpenGL as with DirectX

UE - Graphics Features - Aug 10, 2018

Skylights in OpenGL will not behave hte same as it does in DirectX and will be incredibly bright. Images of the issue are also in the attached project folder. Working as intended in 4.19 CL# 403378 ...

Local notifications do not appear on Android SDK 26

UE - Platform - Mobile - Aug 9, 2018

Local notifications do not work properly on Android with SDK version 26. This is important as Google is now requiring Android SDK 26 or later for new apps. Regression?: No This occurred in 4.19.2 ...