Switching to very high sample rate audio device on XBox causes crash

UE - Audio - Nov 3, 2022

When switching to an audio device with an unsupportedly high sample rate on XBox, XAudio2System->CreateMasteringVoice will crash. Ideally, it would give a warning instead and swap to the null render ...

BulkDataManifest asset is non-deterministic

UE - Foundation - Core - Cooker - Jan 11, 2022

FPackageStoreBulkDataManifest:: Data ** is not sorted. It generates a difference, Here's a workaround void FPackageStoreBulkDataManifest::Save() { TUniquePtr<FArchive> BinArchive(IFileManager:: ...

[AI] EQS incorrectly sorts when auto-sort in single-item mode when there is only one filtering and one scoring test.

UE - AI - EQS - Dec 14, 2021

EQS places a cheap filter as the last step of a query when using auto-sort for single item results if there is only one filter. Found via [Link Removed] which is quoted below:Environmental Query sys ...

HiResScreenshot has incorrect masking when screenshot resolution scale does not match the viewport.

UE - Rendering Architecture - RHI - Sep 6, 2021

After a bit of investigation, the way to fix this would be to modify MergeMaskIntoAlpha to pass in the actual resolution scale and the requested size, and only mask the overlapping pixels. Currently ...

game terminated on android device when connect or disconnect usb dongle

UE - Platform - Mobile - Jun 1, 2021

The game crashed when the USB Dongle is connected or disconnected. Games that made by other engines are work fine. Refer to the attached video for the reproduce. ...

Very thin meshes cause flickering with emissive materials.

UE - Graphics Features - May 13, 2021

The licensee has reported that when you make a mesh extremely thin (e.g. z = 0.0001), it can cause emissive materials applied to the mesh to flicker. ...

IOStore : Packaged game crashes when doing garbage collection right after cancelling async loading by UnloadPrimaryAssetList

UE - Foundation - Core - RuntimeLoader - Mar 15, 2021

Packaged game without IOStore never hits this error. ...

DynamicMeshBuilder.cpp does not add a value to the InTangentY variable in the AddVertex function

UE - Graphics Features - Mar 4, 2021

This was found as a result of Licensees doing a Code Review of the Engine code. Here's the code snippet in question. It seems to be missing a line similar to Vertex->TangentY = InTangentY;.:  int32 ...

Crash when press F5 key any Test build project

UE - Graphics Features - Oct 14, 2020

When the F5 key is pressed during the lunch of the application created by Test configuration, the application will crash. This depends on the project. No Crash: Third Person project, ShooterGame ...