Crash when pressing Ctrl-Z after creating a blueprint function

UE - Gameplay - Blueprint - Feb 20, 2017

Crash when pressing Ctrl-Z after creating a blueprint function *This is a regression: Working in 4.14.3-3249277 Not working in 4.15.0-3299760* Crash Reporter: Error message: Access violation ...

Editor Crashes When Updating Captures on Sphere Reflection Captures

UE - Graphics Features - Feb 20, 2017

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 633] Array index out of bounds: -1 from an array of size 11 Source Context: 200 CubemapArray.Updat ...

FBatchedElements::Draw - OrthoZoomFactor can be reset to 1.0f if Line.bScreenSpace is ever false

UE - Graphics Features - Feb 20, 2017

A licensee has reported that the Draw function in BatchedElements.cpp can set the OrthoZoomFactor (not a local variable) to 1.0f if Line.bScreenSpace is ever found to be false. The line this can oc ...

Editor crash opening level with instance blueprint component

UE - Gameplay - Blueprint - Feb 20, 2017

When an actor has an instanced blueprint property, the order in which the map's imports are being verified when loading can cause the editor to crash. For example, trying to load an instanced bluep ...

PDI-DrawPoint - Zoomfactor being calculated incorrectly

UE - Graphics Features - Feb 20, 2017

A licensee has reported that the ZoomFactor variable inside of the DrawPoint function is being calculated incorrectly. It currently is calculated using the lesser of the projection matrix's horizont ...

Multi-Line Text metadata not available if Text variable is created in a Blueprint

UE - Gameplay - Blueprint - Feb 20, 2017

The Multi-line Text metadata specifier is not able to be set in a Blueprint. This means that text variables that are created directly inside of a blueprint cannot have this specifier set and cannot ...

Landscape Grass Foliage Instances Culling Incorrectly

UE - World Creation - Worldbuilding Tools - Foliage - Feb 20, 2017

Foliage instances are culling incorrectly and seem to cull based off of the landscape components and/or entire foliage clusters. Regression? Yes, this issue does not occur in the 4.14.3 binary rele ...

Crash when adding SK_Mannequin to a Level Sequence in QAGame

OLD - Anim - Feb 20, 2017

This crash only occurs when the asset is dragged and dropped into the level. Workaround Add the asset to the level, then to the sequence. NOTE This does not occur in //UE4/Main ...

Event Graph 'Begin Overlap' event fires while not in Simulate or PIE

UE - Gameplay - Components - Feb 20, 2017

Event Graph 'Begin Overlap' event fires while not in Simulate or PIE. It seems to somehow be linked to the components. If the actor contains a Box Collision component and either a Static Mesh comp ...