In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...
When the RenderDoc plugin is installed with raytracing enabled shadows don't render correctly. Found in 4.24.1 CL#10757647 Reproduced in 4.23.1 CL#9631420, 4.25 Main CL#11087956 ...
CustomNearClippingPlane of UCineCameraComponent is new property in 5.1, but if use change this, it will also be reflected in the normal CameraComponent's NearClip. This is because the PerspectiveNe ...
Android projects in 4.22.1 crash on launch with Vulkan enabled. Did NOT reproduce in 4.23 MAIN at CL 6156332 4.22.1 release CL is the same as a related fix for this ( [Link Removed] ) ...
It was reported that the same foliage scene between beta1 and beta2 had a big loss in performance. We need to investigate the cause as it seems related to a vegetation re-work effort to improve qual ...
When testing networked multiplayer with two controllers, if the server window (editor) has focus, controller 1 controls the server character and controller 2 controls the client character. If the c ...
The Imported Destructible Mesh chucks are not to scale when compared the original mesh and appear much larger. This was reported and tested in 4.23.1 (CL-9631420). This was reproduced in 4.24.3 (CL ...
When modifying the value of "Auto Success Range from Last Seen Location" to a value that is not it's default, you can not set it back to its default -1 one value. This was reported and tested in 4 ...
Regression: Nanite Foliage is a new feature in 5.1, so this issue is not reproduceable in 5.0. Notes about this new support can be found under Nanite Improvements in https://docs.unrealengine.com/5. ...
FAnimNode_BlendListByEnum assumes that values within a custom enum type are sequential (ie. the index 0 = value 0, index 1 = value 1). But this is not true of all custom enum types, for example: U ...