Crash upon clearing Sequence Record settings in C++ with the window open

UE - Anim - Sequencer - Feb 10, 2017

Resetting the Sequence Record settings in C++ while the Sequence Recorder Window is open causes the editor to crash Regression?: No This also occurs in 4.13 ...

Project will not package in UFE if folder contains spaces

UE - Platform - Console - UnrealFrontend - Feb 10, 2017

When archiving a project in the project launcher (UFE), the project will fail if there are spaces in the folder it's being archived to. ...

Foliage Positions become Offset when Moving and Undoing Painted Surfaces

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

A series of moving and undoing a surface which has foliage painted on it will offset the location of the foliage so that it no longer remains in the correct relative location. ...

Splitting Transform in Collapsed Graph Crashes UE4

UE - Gameplay - Blueprint - Feb 10, 2017

Splitting Transform in Collapsed Graph Crashes UE4. When this is done the editor crashes and that actor can no longer be opened without causing a crash. ...

Sound Mixes not working on Mac

UE - Audio - Feb 9, 2017

Sound Mixes do not seem to work for Macs. In this particular case I used the Push Sound Mix blueprint node to affect the currently playing sound in the level. This same project works fine on Window ...

Project fails to package when a pass by reference node is connected to a pass by reference node

UE - Gameplay - Blueprint - Feb 8, 2017

Project fails to package when a pass by reference node is connected to a pass by reference node ...

Editor crash when using Straighten Connection shortcut key

UE - Gameplay - Blueprint - Feb 8, 2017

Using Straighten Connections shortcut can cause the editor to crash after removing node pins. This appears to be due to GetGraphPinForMenu returning the last pin selected (in this case, the removed ...

Particle System Textures On IOS Do Not Use Correct Mip Level

UE - Graphics Features - Feb 8, 2017

Particle systems will appear very blurry once deployed to an IOS device. The particle system looks correct while using the mobile preview. Another important note is that if a static mesh is in the s ...

Editor Crashes if GetMaterialIndex is called with an invalid slot name

UE - Graphics Features - Feb 8, 2017

Calling Get Material Index node with an invalid slot name will produce a return value of -1. Passing this value to a Get Material node causes the editor to crash. ...

Crash when opening Blueprint after editing ChildActorComponent base class

UE - Gameplay - Components - Feb 7, 2017

Defining a ChildActorComponent in code, then setting the component to a blueprint derived from another code class causes the editor to crash when opening the parent blueprint if any changes are made ...