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

material editor: Auto variable name generation bug

UE - Rendering Architecture - Materials - Mar 21, 2017

If you create a parameter collection node in a material and select a parameter from the drop down and then copy and paste that node a _1 will be appended to the end of the parameter collection varia ...

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

Property won't be force synced when re-enabling replication.

UE - Networking - Mar 21, 2017

It seems like if replication is re-enabled for a given property, its state should be force synced (depending on replication conditions). Otherwise, the state will remain "out of sync" for an indeter ...

Crash when using 'DumpLightmapSizeOnDisk' Console Command

UE - Graphics Features - Mar 21, 2017

A crash occurs when using the 'DumpLightMapSizeOnDisk' in the Console Command. ...

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

Root Motion does not work with Sub Anim Instances

OLD - Anim - Mar 20, 2017

Root Motion does not work with Sub Anim Instances. Note: "Root Motion from Everything" is enabled on the Sub and Top AnimBPs ...