Packaging failed with disabled plugin

UE - Foundation - Cpp Tools - Oct 9, 2018

Disabling any plugin causes packaging failure. No repro in 4.19 Also occurring when Disabling all platforms except for windows and changing configuration from development to shipping. ...

Assign Event On Destroyed no longer creates Custom Event Node

UE - Gameplay - Blueprint Editor - Oct 9, 2018

When creating a new Blueprint Class based on an Actor parent, If you navigate to the Actor's event graph, and right click on the editor blank space;  type "Assign on Destroyed"  and select  "Assign ...

Editor crashes when attempting to play a recorded demo - Assertion failed: IsGameWorld() && GetCurrentLevel()

UE - Networking - Oct 9, 2018

Editor crashes when attempting to play a recorded demo - Assertion failed: IsGameWorld() && GetCurrentLevel() This issue occurs when using a template project or QAGame. This does not occur when usi ...

Unable to package for Linux with exceptions enabled

UE - Platform - Linux - Oct 9, 2018

Licensee's project requires the bEnableExceptions flag to be set to true in the Build.cs file. The build compiles for Windows, but when attempting to package for Linux they get these errors: Proce ...

Calling LoadLevel within OnLevelShown delegates causes an array modification during range-for iteration assertion

UE - Gameplay - Oct 8, 2018

Ranged-Based for in ULevelStreaming::BroadcastLevelVisibleStatus iterates an array which can become modified during execution if new levels are added. ---------------------------------------------- ...

Crash upon attempt to create destructible mesh of EditorSphere or EditorCube

UE - Simulation - Physics - Destruction - Oct 4, 2018

When attempting to create a destructible mesh from the Engine content folder, using the EditorSphere, or EditorCube Mesh will cause the editor to crash.   However, other meshes from this folder such ...

Removing a parameter from a blueprint function in a library can cause actor classes calling it to lose their parent or instance data

UE - Gameplay - Blueprint - Oct 4, 2018

Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...

AssetManager does not correctly call delegates if bShouldUseSynchronousLoad is true

UE - Gameplay - Oct 3, 2018

There's a bug in UAssetManager::LoadAssetList where the passed in DelegateToCall is not being called in the bShouldUseSynchronousLoad case. This can cause gameplay logic to fail when that bool is tr ...

The Compile Single File option in UnrealVS fails if there is a space in the path to the Engine's root folder

UE - Foundation - Cpp Tools - Oct 3, 2018

The Compile Single File option in UnrealVS fails if the Engine is located in a directory where there is a space somewhere in the path to the Engine's root directory. REGRESSION: No ...

LLDB 2-byte char data formatter script fails in Android Studio

UE - Platform - Mobile - Oct 3, 2018

Android Studio does not properly parse the UE4DataFormatters_2ByteChars.py distributed in 4.20. ...