Ensure on open if custom Project Setting has a reference to a Blueprint that constructs an object

UE - Gameplay - Blueprint - Jan 16, 2019

An ensure is thrown when opening a project if a custom Project Setting has a reference to a Blueprint that constructs an object. The ensure can be found in the Callstack section below. Regression?: ...

REGRESSION: Metadata no longer import in Unreal from SKP files

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 16, 2019

The reason is simple, the actor names is not the same as the metadata name: [Image Removed] ...

Editor crash loading a Blueprint asset when a child scene component C++ type changes to a non-scene component type.

UE - Gameplay - Blueprint Editor - Jan 16, 2019

Changing the type of an existing child scene component to be a non-scene component type triggers some fixup code at load time which attempts to remove the node from its current position in the scene ...

GPU Particle Preview Flickering with Distance Field Collision

UE - Niagara - Jan 15, 2019

When switching from Scene Depth Collision to Distance Field Collision for a GPU particle system the preview window flickers, but returns back to normal when switching back to Scene Depth. Found in ...

ComponentSweepMulti returning incomplete HitResults

UE - Simulation - Physics - Jan 14, 2019

ComponentSweepMulti sweeps each shape of a component, however resets OutHits at the start of a new shape, losing the prior hits, only returning the hits of the last shape swept. This is a regressio ...

Dragging & Dropping Asset from Content Browser -> Blueprint Node has wrong Drag/Drop Icon

UE - Gameplay - Blueprint Editor - Jan 14, 2019

This appears to be an issue with all asset types, not specific to materials. Data Tables, Level Sequences, etc. Image shows the "No" cursor that shows up when attempting the drag/drop. This should ...

Seamless Travel creates Pawns for controllers that it shouldn't

UE - Networking - Jan 14, 2019

Seamless Travel creates Pawns for controllers that shouldn't have a pawn created for them. This only happens is Seamless Travel is enabled. Regression?: No This occurs in 4.20 ...

[CrashReport] UE4Editor-CoreUObject!UObject::IsSelected() [obj.cpp:1149]

UE - Graphics Features - Jan 12, 2019

Generated from CrashReporter ...

Crash when audio device is unplugged and the audio mixer engine is in use

UE - Audio - Jan 11, 2019

The Editor crashes when using the new audio mixer and adding/removing a USB headset to the PC. ...