Fix primitive uniform buffer validation.

UE - Rendering Architecture - RHI - Jul 31, 2020

GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...

The Gradient Paint Tool In Cloth Simulation Doesn't Work On Mac

UE - Simulation - Physics - Feb 28, 2020

The Gradient Tool rotates the camera on Mac instead of painting the Gradient End Value. I wasn't able to test in Main on a Mac. There were no issues on Windows in 4.23.1, 4.24.3 and 4.26 Main. Foun ...

Getting Fullscreen or Windowed Resolutions doesn't fully execute on Linux

UE - Rendering Architecture - RHI - Oct 28, 2019

When using "Get Supported Fullscreen Resolutions" on UE when built with Vulkan, no values are printed out. This is an issue with any platform that builds UE with -vulkan, not just Linux.  In Engine ...