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] ...
When trying to change the MaxLODSize using DefaultDeviceProfiles.ini, some of the groups scale but others don't. This was reported and tested in 4.23.1 (CL-9631420). This was reproduced in 4.22.3 ...
FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it. Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...
InputOutputEmptytrueC:/falseC:trueK: (not a drive or volume on my pc)trueDATA (name of my D drive)false Confirmed in MAIN @ CL 9888595 ...
FNativeClassHeaderGenerator::ExportEnum produces this behavior. If an enum has “MAX” somewhere in the array, it removes last element. I tested my code to fix the issue.// code placeholder bool UE ...
All major UE target platforms are little-endian. Saving packages with byte-swapping seems to have been broken for more than six years, when CL# 1495479 changed `FArchive::ByteOrderSerialize()` so th ...
Blueprint functions aren't showing up in the Profiler Tool. Found in 4.23.0 CL#8386587 Reproduced in 4.24.0 Main CL#8781358 ...
When running a packaged build of a project with a level with a landscape that has a material assigned it will crash (shipping build) or not retain the assigned material (development build). There i ...
When using the "Random Integer in Range from Stream" where the seed is a power of 2 after a certain point (2^22) the random integer that is returned is the always the same. If the seed is 2^23 + 1 i ...
When a strong pointer is set to null the packaged build of the game will immediately close. No crash logs were were made and no Saved folder was made (<Project Name>/Saved/Logs). An example project ...