Update to AndroidX

UE - Platform - Mobile - Jun 11, 2021

Upgrade to use AndroidX ...

Mouse collision is offset when fullscreen at non-regular resolutions

UE - Editor - UI Systems - Slate - Jun 10, 2021

The source of the issue is differences between viewport resolution and screen resolution. Cursor position is reported w.r.t. screen space, but we need to map that value to the viewport to correctly ...

[Feature Request] Add option preventing double startup for desktop platforms

UE - CoreTech - Jun 10, 2021

In release versions of desktop applications, various issues (such as double login) may require implementation to prevent double startup. In order to implement this feature, each developer need to mo ...

Overriding a subobject's class in a native base class can lead to that component being null in derived Blueprints (FObjectInitializer::SetDefaultSubobjectClass)

UE - Framework - Blueprint Compiler - Jun 10, 2021

Overriding a subobject's class in a native base class can lead to that component being null in derived Blueprints.  ...

Two-Sided Material option is initially greyed out and inaccessible when creating a Material Instance

UE - Rendering Architecture - Materials - Jun 9, 2021

When attempting to change the option for Two-Sided Material for a Material Instance, the option is initially greyed out and you cannot change the value. However, if you close out of the Material Ins ...

Masked areas render as black if material uses any virtual texture

UE - Graphics Features - Jun 9, 2021

Masked materials that sample virtual texture don't function correctly. They render black instead of masked. This happens when there is no depth pre pass enabled. Automatically enabling depth pre p ...

Projects crash after enabling the Panoramic Capture plugin and restarting the editor

UE - Platform - XR - Jun 9, 2021

The editor crashes when attempting to open a project that has the Panoramic Capture plugin. Tested in //UE4/Release-4.26 @ CL 15973114 and the editor does not crash when the plugin is enabled, so ...

Hair sampling/aliasing in editor with sequencer

UE - Graphics Features - Jun 9, 2021

UPD: affected version 4.26 so regression for 4.27 is no ...

Expose input action from enhanced input component delegates

UE - Gameplay - Input - Jun 9, 2021

From a delegate there is no easy way to access the action that triggered the delegate. Whilst this is mostly inherent (an OnJumped handler implies the Jump action) it would be better to provide dire ...

Dragging control rig Blueprint onto a sequence will fail to create a new spawnable

UE - Anim - Sequencer - Jun 9, 2021

The class FControlRigObjectSpawner is set-up to spawn control rigs from a sequence, but it fails to implement and override for CreateNewSpawnableType, so spawnables can only be created by converting ...