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. ...

Crash when element is added to a map variable with unhashable key

UE - Gameplay - Mar 21, 2017

Crash when element is added to a map variable with unhashable key. An error is thrown on compile but an element can still be added under the Details panel of the variable. Crash Reporter: [Link Rem ...

Editor Crash when adding element to TMap with FIntVector key

UE - Gameplay - Blueprint - Mar 21, 2017

Declaring a TMap with an FIntVector key (ex: TMap<FIntVector, int32>) will cause the editor to crash when adding an element to the map. ...

~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 ...

Crash when creating a key in a blackboard with a name longer than 1024 characters

UE - AI - Mar 21, 2017

Black board key names that are longer than 1024 characters will cause a crash ...

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 ...

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 ...

Pin wires do not connect correctly after collapse to function and duplication

UE - Gameplay - Blueprint - Mar 20, 2017

Pin wires do not connect correctly after collapse to function and duplication. Any node can cause this issue, I used an INT variable because it was quick to test with. Regression: This issue affect ...

USkinnedMeshComponent::FindClosestBone does not respect bRequirePhysicsAsset parameter

OLD - Anim - Mar 20, 2017

A licensee has reported that the USkinnedMeshComponent::FindClosestBone function does not respect the bRequiresPhysicsAsset parameter, resulting in the bone returning bones that are not part of the ...