This project crashes when opening most maps after converting to 4.7 Preview 5

UE - Gameplay - Blueprint - Feb 4, 2015

This project crashes when opening most maps after converting to 4.7 Preview 5. Also crashes after converting to 4.8 Main (tested in //depot/UE4/Promotable-CL-2429371). Crash log attached. Crash R ...

Copy/pasting a Custom Event that has input names containing spaces will create a Custom Event with extra inputs

UE - Gameplay - Blueprint - Feb 4, 2015

Copy/pasting a Custom Event that has input names containing spaces will create a Custom Event with extra inputs. It appears that an input name with a space in it will be copied as two inputs, the fi ...

Setting LOD Group for Foliage wipes previous LOD data

Tools - Feb 4, 2015

If you import a mesh with LODs and assign the LOD Group for Foliage the mesh will import with all appropriate LODs. If you do not select a LOD group and after decide you want to change the LOD Grou ...

Crash opening a project (in 4.6.1) created in a newer version of the editor (4.7)

Tools - Feb 4, 2015

This crash apparently occurs when a project either created or converted into 4.7 is opened in 4.6(.1). User quotes include: "booted up project. instant crash. " "trying to open a project made in 7. ...

Access violation - code c0000005 (first/second chance not available)

UE - Foundation - Core - Feb 4, 2015

Crash Reporter: [Link Removed] Opening a project created in 4.6.1 with 4.7 built from GitHub branch 20150203 (last commit: 5bac1375be31053932c7b9123cc3bb94c70dd5e0) results in crash. ...

Paper Terrain splines should not allow 'in/out of plane' movement

UE - Gameplay - Paper2D - Feb 4, 2015

They are effectively 2D and spline points should be constrained as such. We should snap them to the XZ plane in component to avoid issues and make it nicer for users. ...

Cannot set GenerateOverlapEvents flag on Landscape

UE - LD & Modeling - Terrain - Landscape - Feb 4, 2015

Licensee requests the GenerateOverlapEvents flag be exposed for landscape similar to how it is for staticmeshes. ...

Having a movable directional light on an Android device, will cause the shadows to show as inverted

UE - Platform - Mobile - Feb 3, 2015

If you make the Directional light in a level movable and then deploy to an Android device, the Shadows in the level will appear reversed when you glance around the level. Tested on a Nexus 5. Te ...

Physics not reacting correctly with physical material if velocity is not high enough

UE - Simulation - Physics - Feb 3, 2015

There are issues with the way Physics is being handled with physical materials. Having a physical material setup with a restitution of 1 and a high max depenetration value will result in no bounce. ...

Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero

UE - Gameplay - Feb 3, 2015

Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero. This can be done with StaticMesh components and standard Static Meshes in the level. ...