Navmesh doesn't work in a Packaged Build if it was placed in a Sublevel

UE - AI - Oct 19, 2018

Once packaged, a persistent level is unable to create navmesh data properly if the navmesh bounds volumes are only present in its sublevels. The issue can be traced to the UNavigationSystemV1::IsThe ...

Linux Vulkan editor crashes OOM on older graphics cards

UE - Graphics Features - Oct 19, 2018

Vulkan editor is very crashy on older cards due to memory pressure. I have to switch to OpenGL to work on the unrelated bugs. I'm attaching the details of the particular failure I had (see VulkanMe ...

Editable text box caret blinks slowly when manually setting focus

UE - Editor - UI Systems - Oct 18, 2018

For some reason, it appears that manually setting the focus (whether it be user, keyboard, or both) on an editable text box in UMG causes the caret to blink slowly. However if you were to manually s ...

Duplicating an inherited Blueprint float variable defaults it's value to 0.

UE - Gameplay - Oct 18, 2018

When creating an Actor Blueprint (Testbase), and creating a new Blueprint Actor that inherits from Testbase (TestBP).  We can drag an instance of TestBP into the World. If we go back into the Parent ...

Can't access Actor in Sublevel from Persistent Level Blueprint

UE - Gameplay - Oct 17, 2018

You are unable to access or create references to any Sublevel Actors in the Persistent Level Blueprint. Licensee reports being able to select the Sublevel Actor and then right-click to create a refe ...

Construction Script Does Not Update Parameters Of An Actor Component

UE - Gameplay - Oct 16, 2018

The construction script does not update the parameters of the actor component. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 Preview 1 CL# 4435822, 4.22 CL# 4470579 ...

Relative location of Static Mesh Component resets to Blueprint location if Blueprint is attached to another Actor and then moved

UE - Gameplay - Blueprint - Oct 15, 2018

The relative location of a Blueprint's Components behaves differently in the level depending on whether the Component was added directly to the Blueprint or it was inherited from a parent code class ...

VR Canvas blurry on Mobile VR

UE - Platform - XR - Oct 15, 2018

Debug Canvas Layer blurry on mobile. ...

Rhino Identical sublayer names get numbers appended to corresponding Actors

UE - Editor - Content Pipeline - Datasmith - Importer - Oct 15, 2018

In Rhino, it is possible to have a layer structure in which different parent layers have identical sublayer names. This is common in situations where you have multiple design options, each as a sepa ...

stat scenerendering not visible on mobile with VR Canvas

UE - Platform - XR - Oct 15, 2018

stat scenerendering not visible on Mobile VR with new VR Canvas Layer. Similar debug output are visible (Tested stat memory, stat rhi)  Confirmed in Main @ CL 4468496 ...