EDITOR: CRASH: Saving a project while an auto save is occurring will crash the Editor.

Tools - Aug 1, 2014

If a user initiates a save using Ctrl+S while an autosave is in progress, the Editor will crash. CRASHREPORT: [Link Removed] ...

Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled

UE - Networking - Aug 3, 2015

Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled. Does NOT occur in packaged projects. Test project included. Set Use Single Process to false in E ...

Live: Copy & Pasting ForEachLoops will cause them to retain information from the original

UE - Gameplay - Blueprint - Nov 3, 2014

If the user copies and then pastes a For Each Loop the loop will retain previous data such as the array type and will cause compiling errors. ...

Get Blackboard Value with null input causes crash

UE - Gameplay - Blueprint - Jan 6, 2015

Getting a blackboard value as actor and setting an actor to that on tick causes crash. The real issue here is that you can use a function in BP (in this case `UBTFunctionLibrary::GetBlackboardValue ...

Sequence Recorder doesn't record First Person Template character correctly

UE - Anim - Sequencer - Jul 7, 2016

Sequence Recorder doesn't record First Person Template character correctly. I wasn't able to track down exactly what it is about the First Person Character Blueprint that causes this though. ...

Walking on an actor with a Spring Arm in the 3rd Person BP template will cause the camera to jitter

UE - Gameplay - Apr 10, 2015

Walking on an actor with a Spring Arm in the 3rd Person BP template will cause the camera to jitter/skip. This does not happen with an actor that does not have a spring arm and it also does not hap ...

Linux editor splash screen does not show Unreal Editor

UE - Platform - Linux - Mar 9, 2016

The title text for the editor's splash screen displays the text 'EDITOR' in a small font that is not bold. I do not see this issue on Windows. REGRESSION: Yes Worked: 2824270 Broken: 2891838 ...

BP editor - Unable to edit details of a native component named as 'RootComponent' in C++ code.

UE - Gameplay - Components - Aug 26, 2016

Looks like maybe the PropertyView stuff doesn't like it when the subobject name matches the parent's object property name? In this case the CDO is the object that will be selected to the PropertyVie ...

Unable to set default of elements for an array of component references through blueprints

Tools - Jun 22, 2015

If a user creates an array to store references to a certain type of component, the existing components will not be available to be selected when they are setting the default values of the elements. ...

Crash upon opening a level that is parented to a Custom Level Script

UE - Gameplay - Blueprint - Jul 30, 2015

The attached project will crash whenever attempting to load the default map which is parented to a custom level script made by the user. Note: This issue doesn't occur for all maps in the project. ...