Events not native to a blueprint do not show up in My Blueprint panel

UE - Gameplay - Blueprint - Feb 5, 2015

When an event is added to a blueprint if that event is not listed under the "Add Event" section of the right click context menu then it won't show up under the EventGraph in the My Blueprint panel. ...

Some texture files cannot be exported from the editor

Tools - Feb 4, 2015

There are instances where some texture files cannot be exported from the editor. In this older post a user had reported this with the file T_Sky_Blue from the engine folder. Only this file has been ...

Spawn Emitter At Location is not available in an Object Blueprint

UE - Gameplay - Blueprint - Feb 4, 2015

Spawn Emitter At Location is no longer an available node in an Object Blueprint. It was available in 4.6.1 but is not in 4.7 or 4.8. Spawn Emitter Attached is still available in an Object BP. Teste ...

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

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

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

Dragging and dropping a button into the designer tab of a widget blueprint in 4.8 will crash the engine

UE - Gameplay - Blueprint - Feb 2, 2015

If a user tries to add a button to the designer tab of a widget blueprint the editor will crash. ...

ForEachLoop does not save structure changes in the loop body

UE - Gameplay - Blueprint - Feb 2, 2015

If a ForEachLoop node is used to cycle through an Array of Structures, using the Array Element output of the Loop node to set the members of the structure does not save the changed values. Workarou ...