Triggering a HotReload Compile when Start up is Manual can result in an Editor crash: Assertion failed: GIsHotReload, Trying to recreate class outside of hot reload!

UE - Foundation - Cpp Tools - Hot Reload - Jun 30, 2019

Torrigered when hotreload is performed in a case where code referencing to dll. Crash when restarting from VisualStudio. It didn’t see in 4.21. Workaround:   Delete the Intermediate folder and e ...

Third Party Library Plugin won't load in packaged build

UE - Foundation - Cpp Tools - Jun 27, 2019

Plugins created using the Third Party Library template won't load in a packaged build or the Launch button in the Editor Toolbar, but will if launched through the Project Launcher Window via the Edi ...

QueryOnly SkeletalMeshComponent causes collisions

UE - Simulation - Physics - Jun 19, 2019

A SkeletalMeshComponent set to query only physics still interacts with collision. This is a regression from 4.21 Seems to be a side effect from a change to GetCollisionEnabled_CheckOwner ...

Sequencer track appears to skip the first frame on an animation in UMG

UE - Anim - Sequencer - Jun 17, 2019

A sequence created in UMG appears to skip/ignore the first frame. If an event is set to fire off on the first frame of the sequence it will not fire. ...

Rich Text block appears to ignore material settings from default setting after style changes are made and ended

UE - Editor - UI Systems - Jun 17, 2019

After changing a rich text block to use a different style (from a data table) it will ignore the material applied to the the default text style and it will use the color instead. ...

The engine crashes when adding a new brush at newly created level by a specific way.

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jun 17, 2019

issuesFBSPOps::csgAddOperation returns null if BuilderBrush has no valid polys.The creating level on content browser never calls "UEditorEngine::InitBuilderBrush(NewWorld);". But "New level" button o ...

Unable to save an Editor Utility Widget when it is running

Tools - Jun 12, 2019

Unable to save an Editor Utility Widget when it is running ...

Using Square Brackets in a Folder Name Works but makes Meshes Unusable.

Tools - Jun 12, 2019

Renaming a folder using square brackets seems to work but renders meshes inside unusable in certain instances.  ...

Sequencer Attach track appears more offset than expected when using override instance data

UE - Anim - Sequencer - Jun 12, 2019

When using an attached track in combination with enabling override instance data it appears as though the object used in the attached track is offset more than expected (appears to be by roughly dou ...

Ray Traced Reflections Get Darker The Higher The Rougness Value is for Metallic Materials

UE - Graphics Features - Lumen - Jun 11, 2019

Instead of reflecting an average color of the surrounding, reflections become black with increased roughness values. Found in 4.22 CL# 6574378 and 4.23 CL# 6925347 ...