Shadow Map Method Shadow Maps doesn't allow for Static Meshes to shadow Moveable Meshes with a Stationary Light source

UE - Graphics Features - Shadows - Jan 5, 2023

This is a regression tested in //UE5/Release-5.0 CL20979098 Shadow Map Method Shadow Maps doesn't allow for Static Meshes to shadow Moveable Meshes with a Stationary Light source. ...

Automation Wait for Loading crashes standalone game

UE - Automation Test - Jan 5, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

Crash on BP recompile after deleting struct property with instanced object

UE - Gameplay - Blueprint Compiler - Jan 5, 2023

A user has reported a crash that is reproducable in a clean project in UE 5.1.0 release. It involves a struct with an instanced object. The crash occurs after deleting a property of that struct type ...

Changing root component in C++ does not apply correctly to map placed actor instances

UE - Gameplay - Jan 4, 2023

Edit: Please investigate for not only root component changes, but native component hierarchy changes in general and whether those hierarchy changes apply to actor instances saved as part of maps. O ...

[Bink Audio] - Bink not playing back wave files with 8000Hz Sample Rate

RAD - Bink Audio - Jan 3, 2023

Wav files with 8000Hz sample rates can be imported into the editor, but fail to play with the Bink compression setting. PCM, ADPCM, and Vorbis work as expected. LogAudioDerivedData: Warning: Cooking ...

[AI] Unable to set StateTree asset to use in MassStateTreeTrait

UE - AI - StateTree - Dec 15, 2022

You can no longer set the StateTree asset to use in a Mass Entity Config data asset. The list shows as empty even when making a new StateTree specifically using Mass Behavior schema. Attempts to add ...

Lag spike for client while character is attached to actor

UE - Gameplay - Player Movement - Dec 14, 2022

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Issue does not occur for Listen Server players. It's likely that this is a replication ...

When IOStore is enabled, -createchunkinstall separates out chunk-non-0 pak files but not utoc/ucas files

UE - Foundation - Core - Cooker - Dec 12, 2022

The -createchunkinstall option is used to separate out chunk>0 CDN/patch data from the main packaged app, but when using it with the IOStore enabled, only the pak files are separated out but not the ...

Make Enhanced Input More Extendable

UE - Gameplay - Input - Dec 8, 2022

Enhanced Input could use another pass to make sure classes, functions and data are properly exposed to both be safe and allow users to change/expand Enhanced Input. ...

AddTimedDisplay causes crash when changing level

UE - Gameplay - Dec 8, 2022

RemoveAfterSecondsLambda in AddTimedDisplay function may access released memory during level transitions. The following workaround works : void UViewportStatsSubsystem::AddTimedDisplay(FText Text, ...