Assert message in TArray::CheckAddress is not appropriate for all situations

UE - Foundation - Core - Mar 21, 2017

The assert message in CheckAddress is as follows:"Attempting to add a container element (%p) which already comes from the container (%p, ArrayMax: %d, ArrayNum: %d, SizeofElement: %d)!" This assert ...

FPropertyEditorInlineClassFilter confusing (and wrong) IsA semantics

Tools - Mar 20, 2017

FPropertyEditorInlineClassFilter IsUnloadedClassAllowed and IsClassAllowed use the confusing IsA semantics. In the IsUnloadedClassAllowed, the usage seems wrong completely. It seems like the real i ...

~FStaticMesh() can crash with race condition

UE - Graphics Features - Mar 21, 2017

UDN user reported frequent crashes in FStaticMesh::~FStaticMesh() on DrawListLinks[i]->Remove(false); Crash went away after adding critical sections to FStaticMesh::LinkDrawList(), FStaticMesh::Unl ...

Clearing text property from a Text widget won't work the first time

UE - Editor - UI Systems - Mar 21, 2017

It currently takes two attempts to clear the default text from a Text Block widget. The first time you try, the property will repopulate with the previous string. ...

Eye adaption when using Auto Exposure Basic breaks when window size changes

UE - Graphics Features - Jun 17, 2016

This isn't really a recent regression, I think it's always had this issue but it's very annoying. I also noticed that if I go fullscreen with the viewport, then back down to a smaller one it will ...

ICU was built with timezones disabled for Android

UE - Platform - Mobile - Mar 23, 2017

ICU for Android was built with U_TIMEZONE defined to 0, which means that ICU always considers itself to be in UTC, rather than use its default Android implementation. We should try and build ICU ag ...

Invalid array length error launching QAGame onto HTML5

UE - Platform - Mobile - Mar 22, 2017

Firefox 32-bit Version 52.0.1 This error also occurs in MainRangeError: invalid array length[Learn More] 0943e4e3-83fc-4463-accc-9fd15fd7df6c:157:9 processPackageData blob:http://localhost:53501 ...

uncaught exception: out of memory after launching project onto HTML5 (32-bit browsers)

UE - Platform - Mobile - Mar 20, 2017

First person template project is struggling to run on Firefox 32-bit Version 52.0.1 and eventually throws an "uncaught exception: out of memory" error. Occurs in both BP and C++ projects. May be a ...

Daydream enabled projects limits supported devices in Google Play

UE - Platform - Mobile - Mar 24, 2017

When enabling Daydream on Android devices and uploading it to Google PlayStore, the devices are lowered to 7. ...

Skeletal Mesh Component Anim to Play Window Too Small

Tools - Mar 24, 2017

In an Actor Blueprint, in the Skeletal Mesh Component's detail panel, the "Anim to Play" window is too narrow and only shows a small portion of the selected animation name. (See attached image.) Re ...