This problem can be reproduced with UE5.3 even after applying fix [Link Removed]. We have verified this issue with UE5.1 and it is not reproduced. ...
When we server travel with seamless travel enabled, and a legacy camera shake with an anim sequence set is currently ongoing, we will get a crash due to the UMovieSceneEntitySystemLinker failing a c ...
Left eye shadow dithering stops working at a certain distance away from the light. To recreate this behavior with any project, follow those steps: Create an empty levelAdd a static mesh and a backd ...
Hard references through InstancedStruct do not cluster the actors together into the same cell. ...
If you create two actors that have the same structure of variables in a category, and you try to copy the category variables of one actor into the other, variables that have ReadOnly/EditConst speci ...
Two instances of the same level sequence playing audio will cause the audio to stop playing. ...
The character movement component in void UCharacterMovementComponent::SimulateMovement(float DeltaSeconds) evaluates whether to find the floor when simulating the movement of the simulated proxy ...
The Transparent materials like the Glass don't behave correctly in Raster (in PT is working as expected). They are visible in Alpha with Holdout. This is an Engine limitation for now. But we sho ...
On EnhancedInputSubsystemInterface.cpp:1040, RebuildControlMappings has a check to preserve mappings for identical action key maps. In most cases, this appears to work correctly; however, in the cas ...
It may occur that during loading screens, materials using material layers will load with GWhiteTexture before the real textures are ready. This seems to be because of a race condition due to PostLoa ...