Unable to create blueprint class from the 'All Classes' tab with only keyboard input

Tools - May 7, 2015

If you go to create a new blueprint class and go to the all classes dropdown menu, search for a class name and then attempt to select it by pressing the down arrow to the selection and hitting enter ...

Adding a widget to the designer tab will cause all animations to pop back to frame zero regardless of the position of the scrub bar

UE - Editor - UI Systems - May 7, 2015

If the user adds another widget to the designer tab any animations that are available will pop back into what ever setting they have at frame zero regardless of the position of the scrub bar. ...

The Collision Analyzer window does not render correctly if it is opened from the console anywhere other than when in PIE mode using the selected viewport.

Tools - May 7, 2015

The Collision Analyzer does not display properly if it is opened from the console outside of the Editor. When it is opened in PIE mode using the selected viewport, the Collision Analyzer window is d ...

Cannot delete objects selected with lasso tool in foliage mode

UE - World Creation - Worldbuilding Tools - Foliage - May 7, 2015

Actors selected with the foliage lasso tool cannot be deleted. User must select individual assets or use another method to delete actors. ...

Editor crash after attempting to create layer info in new landscape window

UE - LD & Modeling - Terrain - Landscape - May 7, 2015

Attempting to create landscape layer info from within the new landscape creation window crashes the editor. Workaround: create the landscape, switch to paint mode, create layer info in paint mode w ...

After upgrading a project from 4.7 to 4.8 and compiling a blueprint that casts to and pulls a variable from a widget will cause a freeze if the widget is then compiled

UE - Gameplay - Blueprint - May 7, 2015

If the user has a project that casts to a widget to pull out a variable in a 4.7 project. This can cause a freeze after upgrading the project to 4.8 preview. This happens when the user compile the b ...

Depth Fade Particles are not rendered on iOS when Mobile HDR disabled

UE - Graphics Features - May 7, 2015

Depth Fade and Fresnel inputs in a Particle's Material will result in the particle not rendering unless Mobile HDR is checked true on an iOS device. Also Reproduced in Main Promotable-CL-2535351 S ...

Slider Values are not working inside of a blueprint

UE - Gameplay - Blueprint - May 7, 2015

Slider Values are not working inside of a blueprint in 4.8 Preview 1. User Description: Problem with the numeric float/int boxes in the editor in Blueprints, if for example open the TPS Template a ...

Deleting a function in a parent class that is over written in a child class will cause a crash

UE - Gameplay - Blueprint - May 7, 2015

The editor crashes after deleting a function in a parent class that has been implemented and over written in a child class. ...

Shipping builds do not execute .exe

After playing with it and attaching in the debugger, it's sitting forever in MigratePreviousEngineIni(). It seems to be looping on DirectoryExists forever, likely here: while(PreviousVersion.GetMi ...