[CrashReport] UE4Editor_Engine!UEngine::AddOnScreenDebugMessage() [unrealengine.cpp:7733]

Tools - Apr 13, 2018

No user comments in crash group 7643 void UEngine::AddOnScreenDebugMessage(int32 Key, float TimeToDisplay, FColor DisplayColor, const FString& DebugMessage, bool bNewerOnTop, const FVector2D ...

Cannot build project for the Development configuration after adding a new UFactory code class

Tools - Apr 13, 2018

Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...

Viewport camera teleports to past position on Alt + LMB + Drag after camera cut lock

UE - Anim - Sequencer - Apr 13, 2018

When you unlock the viewport from "Lock viewport to Camera Cuts" of a camera cut, tumbling the camera can teleport the view into the camera's previous(before entering the camera cut) position and tu ...

Combo box default selected option text does not show up when the widget is outside of the bounds of a containing widget

UE - Editor - UI Systems - Apr 12, 2018

The text for the selected option on a combo box does not show up if the text has been placed fully outside of a containing widget. As in this example the combo box has been moved via render translat ...

Enum can lose value in Child actors with component containing a Map of Structs

UE - Gameplay - Blueprint - Apr 12, 2018

Value in an Enum in a Struct in another Struct assigned to a Map in a Component with the Component used on a Child Pawn Class can be reset upon editor relaunch. User submitted bug. (Unsure what int ...

Assets Imported Using "Import Into Level" Scaling Does Not Match the Scale of Assets Imported Through the Content Browser

Tools - Apr 12, 2018

Assets that are imported using File < Import to Level, import at a different scale than when importing through the Content Browser Screenshot attached to show difference in scale Meshes were both ...

Reparenting a non-widget BP A to UUserWidget then reparenting a widget BP B to A causes an assert when compiled

UE - Gameplay - Blueprint Editor - Apr 12, 2018

No user comments in crash group ...

[CrashReport] UE4Editor_D3D11RHI!FD3D11DynamicRHI::GetQueryData() [d3d11query.cpp:111]

UE - Graphics Features - Apr 12, 2018

One comment from user in crash group:checking out using source control 107 bool bGPUAlive = GDynamicRHI->CheckGpuHeartbeat(); 108 if (!bGPUAlive) 109 { 110 ***** ...

Foliage Disappears Using OpenGL4 in Packaged Game

UE - Graphics Features - Apr 11, 2018

This issue cannot be reproduced in 4.18 but can be reproduced in 4.19.1 as well as Main (CL 3998250) therefore I am marking this as a regression. ...

Colors don't match when using a material in the "Outline Material" setting for text in UMG

UE - Editor - UI Systems - Apr 11, 2018

The Text outline and drop shadow outline for the text do not match up when using a material for the text outline appearance. The "outline color" setting will need to be set to white for the material ...