Enabled the SSR Experimental Denoiser using Vulkan causes the Engine to crash. This crash does not happen with DX11 or DX12. This happens on Linux and Windows (-vulkan). This was reported and teste ...
In GPUSkinCache, based on the conditional expression:if (CacheCurrentFloatOffset + NumRWFloats > (uint32)GGPUSkinCacheBufferSize) { // Can't fit this INC_DWORD_STAT(STAT_GPUSkinCache_SkippedFo ...
Materials are brighter in 4.24 and 4.25 than they were in 4.23. I created the same basic material in 4.23, 4.24, and 4.25 and the 4.23 iteration was slightly darker. Found in 4.24.1 CL#10756747 Rep ...
Noticed when replying to a user on the forums (link included) When using the "Convert to Class Blueprint" feature in the level editor to create a blueprint from the selected actors, the created blu ...
Screen Space Global Illumination appears really dark when using the Vulkan RHI on Windows and Linux. This behavior is also present in a Shipping build. This was reported and tested on 4.24.1 (CL-1 ...
Dragging the Translation Widget in Perspective Viewport on Mac does not translate the selected Actor, and when dragging is released the cursor is moved to the top left corner of the Viewport. Happen ...
This appears to be connected to playing immediately upon opening. This behavior is not observed when in the Release-5.1 or Release-5.2 streams. With the same setup, the video will start playing on t ...
Using the down arrow key in the Toolbar's Blueprints > Open Blueprint Class sub-menu will immediately open the first Blueprint listed. Reproduced in 4.8.3 binary, 4.10 Preview 1 binary, and Main (C ...
Ray Traced Global Illumination is causing some materials to glow extremely bright Disabling r.raytracing.globalillumination.denoiser fixes the issue In 4.22 preview 5 binary (5365847) the result i ...
Workaround:The blueprint macro had a cast from the enum to an int and that was causing the issue, getting rid of the cast and just returning the enum and then changing all the places that were usin ...