Crash in packaged game if Blueprint that contains an instanced subcomponent is nativized

UE - Gameplay - Blueprint - Jun 26, 2018

Attempting to load a nativized blueprint whose parent contains an instanced subcomponent causes the editor to crash in a packaged build. Regression?: Yes This did not occur in 4.18 ...

imageStore no matching overloaded function found error when packaging ContentExamples

UE - Niagara - Jun 26, 2018

The following error appears when packaging ContentExamples for Linux.UATHelper: Packaging (Linux): LogNiagaraShaderCompiler: Warning: (ERROR: 0:377: 'imageStore' : no matching overloaded funct ...

Incorrect WorldType causes crash in ULandscapeSplinesComponent::CheckForErrors

UE - LD & Modeling - Terrain - Landscape - Jun 21, 2018

When adding a sub-level that contains a Landscape and Landscape Splines to an existing Level, it will cause a crash when building the lighting.  This issue was reported in 4.18.3 (CL 3832480) and t ...

Calling DiscardPlayerInput() does not appear to actually discard the player's input

UE - Gameplay - Jun 19, 2018

Calling DiscardPlayerInput() does not appear to actually discard the player input. The comment for the function indicates that input will be consumed and discarded without doing anything with it. Ho ...

Parser drops Braces unexpectedly when copy pasting Nodes

UE - Foundation - Core - Jun 19, 2018

InString with Curly brackets are copied to clipboard as DefaultValue="\"{Hello}\"", and the pasted result does not include the Curly brackets. "Brace drop itself is happening in FParse::Li ...

Crash upon opening Windows 64 bit development build with only DX10 RHI enabled

When packaging with only support for DirectX10 RHI, the editor will crash after hitting "OK" on the window that mentions that the Global Shader Cache file is missing. This was encountered while run ...

Importing Alembic/ABC File with Large Number of Morph Targets Breaks Morph Targets

OLD - Anim - Jun 18, 2018

When importing abc files with several morph targets (as a skeletal mesh), some morphs do not import and the ones that do are distorted(see screenshots and attached project) -Number of morphs is no ...

Crash when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles.

OLD - Anim - Jun 15, 2018

the editor Crashes when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles. Found in 4.19 CL# 4033 ...

Crash in UEngine::TickWorldTravel

UE - Networking - Jun 14, 2018

In UEngine::TickWorldTravel, in between calls to LoadMap() and LoadMapCompleted() it is possible that an error causes PendingNetGame on the world context to be nulled out (presumably by CancelPendi ...

Crashes Caused by Deinitialization of Variables with Specific Names

UE - Gameplay - Components - Jun 14, 2018

I was able to repro the crash in 4.19. Unable to open sample project in 4.20 or 4.21. Per Licensee: While porting one of our classes from using UMaterialBillboardComponent to a hand rolled Billboar ...