A crash in editor will result after swapping inherited SCS component names at the parent class level before loading a child class that overrides them.

UE - Gameplay - Blueprint - Oct 26, 2018

This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...

Unable to Play Sequence in PIE when changing levels in C++ with ClientTravel()

UE - Anim - Sequencer - Oct 25, 2018

Changing levels with ClientTravel() breaks ability to activate sequence. Client Travel API: [Link Removed] Confirmed in 4.22 MAIN at CL 4503321  ...

Procedural Mesh Component 'Create StaticMesh' Function corrupts mesh tangents

UE - LD & Modeling - Modeling Tools - Mesh Editing - Oct 25, 2018

After clicking 'Create StaticMesh' button on an Procedural Mesh Component, and saving the mesh, the created mesh has bad tangents. Included in the attachments, is a test project with a parallax mate ...

(Regression) Risk of PostLoad() assert crash in all cooked, nativized builds with async load thread enabled.

UE - Gameplay - Blueprint - Oct 25, 2018

This is a regression that was introduced by the fix for [Link Removed]. As a result, we can potentially hit an assert in a cooked, nativized build during async load of a non-nativized Blueprint CDO ...

SubversionSourceControl can't run command to more than 50 files

Tools - Oct 25, 2018

At SubversionSourceControlUtils.cpp line 262, it should be using FileCount instead of FileIndex. ...

The "alignas" keyword cannot be used with a USTRUCT

UE - Foundation - Core - Oct 24, 2018

The alignas keyword is not usable with a USTRUCT. It can be used with a normal struct. ...

Crash occurs when starting PIE on a level containing a FunctionalTest Blueprint and a sub-level with a landscape component in both levels

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

Placing a FunctionalTest Blueprint into a level that contains a landscape component and a sub-level that also contains a landscape component results in a crash when PIE is started. This only occurs ...

Camera cut gets repeatedly set when disabled

UE - Anim - Sequencer - Oct 23, 2018

Packaging a runtime plugin in a Blueprint project causes some Editor files to be deleted

UE - Foundation - Cpp Tools - Oct 22, 2018

Attempting to package a runtime plugin (does not occur with a Development plugin) in a Blueprint project fails in 4.21 Preview 2. This also causes some Editor files to be deleted, including the Modu ...

Google VR Plugin - Unable to package for Distribution

UE - Platform - Mobile - Oct 19, 2018

There is an issue with GoogleVR and Android SDK 26 that only occurs when packaging "For Distribution", possibly connected to the SDK 26 change regarding the UiLayer for VR mode. Packaging without Di ...