iOS 14.5 - Code Signing Version No Longer Supported

UE - Platform - Mobile - May 3, 2021

Using the remote build process (making an iOS build from Windows with a remote Mac) no longer functions properly on iOS 14.5 devices. It's possible to create an ipa, but it's not actually possible ...

Crash when reopening a project that has a Child Actor component in a BP with a WaterBody class set as the Parent Class

UE - Graphics Features - Apr 29, 2021

When adding a child actor component to a Blueprint with the Parent Class set to one of the new Water classes and then placing it in the world, the project will crash on open. This was tested with th ...

UCanvasRenderTarget2D crashes on some video cards if the BGRA format is selected

UE - Graphics Features - Apr 26, 2021

The reason for the crash is that the underlying resource uses DXGI_FORMAT_B8G8R8A8_TYPELESS, and UAV support for that format is optional. UCanvasRenderTarget2D sets bCanCreateUAV to true always, wit ...

Malloc Leak Detection Crashes

UE - Foundation - Core - Apr 22, 2021

macOS build appears to hang due to UBT deadlocking on ps buffer

UE - Foundation - Cpp Tools - Apr 22, 2021

Licensee reports buffer deadlock issue in System/BuildHostPlatform.cs (lines 283-329). Moving Proc.WaitForExit() to after the for-loop seems to resolve the issue for them.publicoverride ProcessInf ...

Force Feeback Attenuation assets can't be created in the editor

UE - Gameplay - Apr 22, 2021

ForceFeedback Attenuation assets aren't an option because they are filtered out of the list  in UAssetToolsImpl::IsAssetClassSupported. This happens because there isn't a valid AssetTypeActions clas ...

Occasional crash when attempting to in-app purchase on Android device

UE - Online - Apr 21, 2021

App is frequently terminated with a NullPointerException when attempt to request in-app purchase. It is assumed that product information cannot be retrieved if there is no Google account logged in t ...

Memory Leak With NullRHI

UE - Rendering Architecture - RHI - Apr 21, 2021