Filtering by collection is broken

UE - Editor - Content Pipeline - Content Browser - Mar 2, 2019

This happens because the Collections module isn't loaded when the FFrontendFilter_TextFilterExpressionContext instance is created: , CollectionManager(FCollectionManagerModule::IsModuleAvailable() ...

Null access to Unpossessed controller with seamless travel

UE - Gameplay - Mar 9, 2019

The unpossessd controller will not be removed from UWorld::ControllerList unless destroyed. This causes null access to the ControllerList when GC occurs during seamless travel execution. The unposse ...

Copy / Pasting a Widget creates additional Animatable Property transactions in Undo History

UE - Editor - UI Systems - Aug 28, 2018

Copy / Pasting or Duplicating a Widget creates multiple transactions in Undo History. These transactions are labeled "Animatable Property changed.' By default, three Animatable Property changed eve ...

Lighting not building in sublevels using Resave Packages

UE - Gameplay - Aug 17, 2018

Licensee found that running the resavepackage commandlet that sublevels who's lighting was built were not saving the changes. ...

Crash when launching dx12 for the first time with Rect Lights

UE - Rendering Architecture - RHI - Mar 20, 2019

Users on the forums are hitting a crash on their initial launch of the engine into dx12. There is currently a workaround to load into the project with dx11 first, compile shaders, then youre fine to ...

Need to focus in Sequencer window for arrow hotkeys to work each time when scrubbing the timeline

UE - Anim - Sequencer - Mar 26, 2019

The Sequencer timeline can't be scrubbed with the arrow keys because the Sequencer Window loses focus after an arrow key is pressed. This is a regression from 4.21.2 (CL-4753647) where repeated arro ...

Blueprint iOS projects can't package For Distribution

UE - Platform - Mobile - Mar 23, 2019

This issue doesn't occur using a project with source code This issue doesn't occur in a blueprint project if For Distribution is disabled (using a development certificate and provision) So far this ...

Assets set to Literal Soft Reference Pins in Async Load nodes are not referenced

UE - Gameplay - Feb 15, 2018

When Soft Class/Object references are set to Async Load nodes by using the Literal Pin, they are not referenced by the loading blueprint. ...

ARCore fails to package due to permission error with ARKit enabled

UE - Platform - XR - Jan 17, 2019

When using the handheld AR template and trying to package for ARCore, the package or launch on attempt will fail due to some permissions errors with Apple. If ARKit is disabled the editor will lock ...