Crash Occurs When Switching Value on TMap

UE - Gameplay - Blueprint - Mar 15, 2017

The editor seems to be intermittently crashing when switching the value of a Map variable. I've only been able to get this to occur when switching from one type to a Vector at this time. ...

Disabling LQ lightmaps causes crash on mobile preview

UE - Platform - Mobile - Mar 16, 2017

Evaluate ClampedPow material function

UE - Graphics Features - Mar 16, 2017

ClampedPow seems to have been added as a way to tackle common compile warnings and edge cases (particularly NaNs), but the code shouldn't be calling both an abs() then a max(). This causes negative ...

DoNotCreateDefaultSubobject is not recognized when an actor is duplicated

UE - Foundation - Core - Mar 17, 2017

Adding DoNotCreateDefaultSubobject to a class after placing an instance of that class in the viewport will fail to be recognized when duplicating the placed instance. This is not a hot reload issue ...

Ensures when packaging a project for Windows

UE - Gameplay - Blueprint - Mar 17, 2017

Packaging a blueprint project fails due to multiple ensures. This does not occur in UE4/Main. ...

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

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

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

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