4.24 platform extension isn't properly pulling the device profile data from the engine. Or at least, it isn't populating it in the Device Profiles editor windows. [Link Removed] There should be a ...
Changes in the description settings under project settings are not applied to the packaged version of the project. Tested in: 4.22.3 CL#7053642, 4.24 CL#10091930 4.25CL#10183780 ...
The skeleton tree search does not search for constraints based off of their full displayed name in the tree. Only their second bone name is used when filtering (despite portions of their full name s ...
According to the licensee report, UnrealMath.cpp (588) constfloat SINGULARITY_THRESHOLD = 0.4999995f; It seems that this can be avoided by changing the above value. However, changing SINGU ...
Random generators in UE4 have a short periodicity. (FMath::Rand and RandomStream) I heard a xorshift variant has good characteristics. Could we consider importing it into UE4? [Image Removed] ...
FClothingSectionData::IsValid() is not marked const. ...
Enabling the HAP Media player plugin permanently affects the thinned Play Rates of the Media Player asset. Tested in 4.23.1 (CL - 9631420), 4.24.0 (CL - 10091930), 4.25 (CL - 10091038) ...
The Vector Field Initial rotation module will have the same rotation for all instances of the same emitter. This is a regression from 4.22. ...
Output log when crashing UATHelper: Packaging (iOS): LogCook: Display: Max memory allowance for cook 16384mb min free memory 0mb UATHelper: Packaging (iOS): LogCook: Display: Mobile HDR setting 1 ...
Materials with mask and pixel depth offset appear to be empty in Shader Complexity viewmode in SM5. Both happens in material preview and world viewport. [Image Removed] Works fine in ES31. [Ima ...