When replacing the Tonemap using a Post Process material, the Post Process Volume's Bloom Intensity can only be turned on or off, without varying degrees of effect. Reported in version 4.25.3(CL 1 ...
When a Post-Process Material uses the Scene Texture Material Expression, the following code is generated: ``` MaterialFloat2 Local0 = Parameters.TexCoords[0].xy; MaterialFloat2 Local1 = ClampSceneT ...
In-app purchases do not seem to be working properly in Unreal Match 3 or other games ...
Soft angular constraints are solving velocity like hard constraints. Instead of swinging back and forth, the affected body just snaps to 45 degrees. Check the steps to reproduce for more details. Th ...
When a Sprite that has been created from a Texture Atlas is used in a Widget, it can not be tiled. Instead the whole Texture Atlas is tiled. Reported in version 4.25.3(CL 13942748). Tested and fou ...
When moving in Lyra side to side using the B_Hero_ShooterMannequin as the player character, the animation will noticeably stutter whenever you change the direction of the movement. I repro'd this 3/ ...
When trying to copy/paste values from anything to a Transform variable's values, it will not happen. Additionally, you cannot copy/paste anything from a Transform variable. I repro'd this 3/3 times. ...
After upgrading from UE5.0.3 to UE5.1, we started seeing this error when trying to build Android Development from Visual Studio (VS2022 17.2.1): Running UnrealBuildTool: dotnet "..\..\Engine\Binari ...
This issue was reported in the context of adding and setting parameters on StateTrees, Tasks and related assets, but its root cause lies in the structure FPropertyChangedEvent and can possibly affec ...
Selected Option is part of a Switch Actor property. When attempted to add the property in variant manager, the property named selected option doesn't show up in variant manager properties. Reported ...