The process of performing SetTextureParameterValue on a decal component during BeginPlay, the result will not be the same every time when streaming a level.

UE - Graphics Features - Jul 26, 2022

If executing CreateDynamicMaterialInstance and SetTextureParameterValue on BeginPlay for the decal component, the decal will be different the first and second time level streaming. ...

Calculating LLM of Audio tag in AnimationStreaming.

UE - Anim - Runtime - Jul 25, 2022

 In the following section, AnimationStreamingManager incorrectly adds in Audio's LLMTag.   void FAnimationStreamingManager::UpdateResourceStreaming(float DeltaTime, bool bProcessEverything /*= fals ...

Level sequence does not play when using async load for level

UE - Anim - Sequencer - Jul 25, 2022

The problem seems to be that FLevelSequenceBindingReference::Resolve () fails due to LoadPackageAsync() called in the FStreamableManager::StreamInternal() function. The licensee reports that the pro ...

Button response wrong on lastest MacbookPro

UE - Platform - Apple - Jul 24, 2022

Vehicle tire forces applied too high

UE - Simulation - Physics - Jul 22, 2022

Vehicle wheel friction values are applied too high relative to the vehicle centre of mass.  They are applied at the wheels original rest position rather than the base of the current wheel location. ...

SingleSampleShadowFromStationaryLights does not work in UE5 (when GPU-Scene is used)

UE - Graphics Features - Shadows - Jul 21, 2022

The flag is not propagated in FPrimitiveSceneShaderData::FPrimitiveSceneShaderData and so is missing in GPU-Scene primitive data. Need to add: .UseSingleSampleShadowFromStationaryLights(Proxy->UseS ...

Crash after changing either the Anim Start or End times of an Animation Composite

UE - Anim - Runtime - Jul 19, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 Crash after changing either the Anim Start or End times of an Animation Composite when using Enter to confirm their value. ...