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

XB1: intro movie displays black

UE - Platform - Console - Mar 17, 2017

Launching an intro movie using MoviePlayer->SetupLoadingScreen() works correctly on windows, but fails to display the movie on XB1. See FShooterGameLoadingScreenModule::StartupModule() ...

Crash occurs when right-clicking in graph of a blueprint with a null parent class

UE - Gameplay - Blueprint - Mar 17, 2017

REGRESSION No Crash occurs when the user right-clicks in the graph in a blueprint that has a Null parent class. ...