Crash right-clicking in anim blueprint asset picker

OLD - Anim - Mar 10, 2017

Editor crashes when right-clicking in the blank area of the anim blueprint asset picker ...

Input disabled for all UMG when SetIsEnabled is called from code

UE - Editor - UI Systems - Mar 10, 2017

Calling SetIsEnabled on a UMG button in code will prevent any UMG input from being read (can't click other buttons/checkboxes, can't enter text into field, etc). Regression: No - code used does not ...

Vulkan is crashing on S7 Mali

UE - Platform - Mobile - Mar 10, 2017

Projects packaged for Android using Vulkan are crashing on S7 Mali devices. This is not happening in 4.14. ...

Compile error when connecting Literal enum node to Enum container Map type

UE - Gameplay - Blueprint - Mar 9, 2017

Compile error when connecting Literal enum node to Enum container Map type. If this connection isn't compatible, a "Byte to Enum" would be expected to be created. ...

2D Blendspace breaks when aligning samples in a straight line

OLD - Anim - Mar 9, 2017

2D Blendspace breaks when aligning samples in a straight line Regression: YES Worked: 3249277 (4.14.3) Broken: 3299760 (4.15.0) ...

Re-Importing a Static Mesh Removes All Sockets

Tools - Mar 9, 2017

Re-importing a static mesh results in all currently applied sockets being removed from the static mesh in the Editor. Workaround: Setting the sockets up in the Native 3D editing software followin ...

memory leak from incorrect PhysX shape ref counting

UE - Simulation - Physics - Mar 9, 2017

PxShapes are created with a ref count of 1, and it is up to the caller to decrement this once the shape has been attached to an actor. There are a handful of places in the code in which this doesn' ...

Redundant Material Slots Added To Mesh With LODs After Upgrading To 4.14 And Higher

Tools - Mar 9, 2017

When upgrading a project that was prior to the material slot implementation to a newer engine version will cause redundant material slots to be created. This requires the mesh to have LODs and multi ...

Warning spam on opening a level that contains actors with a childActor component

UE - Gameplay - Mar 9, 2017

When opening a level that contains actors with a childActor component, "LogSpawn:Warning: UWorld::DestroyActor: World has no context!" warning will be displayed for each actor. ...

Packaging fails if a nativized Blueprint inherits a TArray from a parent code class that is of type TSubclassOf< SomeClass >

UE - Gameplay - Blueprint - Mar 8, 2017

Packaging will fail if a Blueprint is set to be nativized, and it includes a TArray inherited from a parent code class that is of type TSubclassOf< SomeClass >. REGRESSION: Unknown. Blueprint nativ ...