Max Deviation setting is never used for Mesh Reduction, causes incorrect values for automatically computed LOD distances

UE - Graphics Features - Feb 1, 2018

The Max Deviation setting for a static mesh LOD is never used for Mesh Reduction. This results in incorrect values for automatically computed LOD distances, because the calculation uses the Max Devi ...

Latent Actions do not execute if the blueprint name contains non-english characters

UE - Foundation - Core - Oct 27, 2020

REGRESSION: Issue started occurring with 4.25.4 Blueprints with non-English characters in their name will not trigger latent actions. The following warning appears in the log in this case: LogScr ...

Nanite compute materials don't work with VolumetricLightmap

UE - Graphics Features - Nanite - Jun 25, 2024

Ensure when using ellipsis overflow method with very small Slate text boxes

UE - Editor - UI Systems - Slate - Aug 12, 2024

The Ellipsis overflow method on text widgets can cause an ensure to trip as a result of a render batch being sent with no indices. We could guard against this in SlateRHIRenderingPolicy by checking ...

Cannot Assign Clothing Asset after creating it

UE - Simulation - Physics - Character - May 12, 2017

Cannot Assign Clothing Asset after creating it ...

Unable to uncap framerate in Vulkan

UE - Rendering Architecture - RHI - Feb 28, 2019

On Linux machines users are unable to uncap their framerate in the editor. This issue has been observed in multiple maps, including TM-URO and TM-AnimPhys, as well as Third Person Blueprint projects ...

Missing shadows when combining CSMCaching and Nanite

UE - Graphics Features - Shadows - Jun 28, 2023

A Nanite primitive casting a CSM shadow on another Nanite primitive with "Cast Shadows" disabled, will have it's shadow disappear completely when r.Shadow.CSMCaching = 1. ...