Replacing blueprint assets causes editor to crash

UE - Gameplay - Blueprint - Jun 1, 2015

When attempting to replace references of one blueprint with another a number of error message windows pop up ([Link Removed]) and the editor will crash. This is a regression since it was working in ...

Editor crash when Use Dynamic Material Instance is set to "True" on landscape

UE - LD & Modeling - Terrain - Landscape - Mar 23, 2018

Setting "Use Dynamic Material Instance" to true in the landscape details will cause the editor to crash. Reproduced in 4.19.0 CL 3944462 and 4.20 Main. This feature is not available in 4.18.3. ...

After adding MovieSceneObjectPropertyTrack from BP or Python, clicking the pull down of the added track occurs crash

UE - Anim - Sequencer - Sep 6, 2019

When MovieSceneObjectPropertyTrack is added from BP or Python, PropertyClass of UMovieSceneObjectPropertyTrack becomes null, so it crashes with the following processing of SPropertyMenuAssetPicker : ...

Painted Instanced Foliage Actors Rendering Multiple LOD's Simultaneously

UE - World Creation - Worldbuilding Tools - Foliage - Sep 1, 2015

When using a mesh as an Instanced Foliage Actor the Levels of Detail are always rendered. The user reporting this issue mentions he needs to use extreme different LOD value ranges for screen size wi ...

Crash when attempting to revert a Child blueprint from overriding its parent's function while it also has a child of its own

Tools - Dec 4, 2017

When reverting the change of overriding a function from a blueprint's parent, the editor will crash if that blueprint has a child of its own. Regression?: No This also occurred in 4.16 ...

r.ScreenPercentage.Editor does not function

UE - Graphics Features - Jun 2, 2016

Setting r.ScreenPercentage.Editor does not affect the upsampling/downsampling of the viewport in the editor. Regression: YES - the console command correctly adjusted the screen precentage in 4.11.2 ...

[CrashReport] UE4Editor_CoreUObject!UObjectBaseUtility::GetOutermost() [uobjectbaseutility.cpp:118]

Tools - Sep 8, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. User DescriptionsSwitching levels, then when prompted to save current unsaved level, selecting ...

[CrashReport] UE4Editor_Kismet!SBlueprintEditorSelectedDebugObjectWidget::GenerateDebugObjectNames() [sblueprinteditorselecteddebugobjectwidget.cpp:454]

UE - Gameplay - Blueprint - Dec 9, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

Crash Occurs When Setting Child Actor Class in Child Blueprint

UE - Gameplay - Blueprint - May 4, 2017

A crash occurs when setting the Child Actor Class of an inherited child actor component. This is not a regression. It occurs in 4.14.3 CL# 3249277, 4.15.2 CL# 3416026, and 4.16 Preview 2 CL# 34155 ...

Split Struct nodes do not update if the struct variable is changed

UE - Gameplay - Blueprint - Aug 30, 2017

If a struct variable inside a blueprint has its node split, changing the variable form one struct to another does not update the split pin. Recombining / resplitting the struct has no affect. Work ...