Validity of a workaround for an issue with MobileRenderer where RecieveShadow can't be rendered properly

UE - Platform - Mobile - Nov 11, 2024

Dynamic instancing is likely causing an issue where meshes that need shadows are getting combined with meshes that do not need shadows causing missing shadows. Tests were done with CSMs. Reproducti ...

Safezones on Android not set properly when orientation changes

UE - Platform - Mobile - Nov 5, 2024

Looks like the resize that does the safe zone update is done before the orientation is updated.  I suggested swapping the order to licensee in the UDN ticket and it worked for him.  This should be t ...

Volumetric Fog has no shadow on mobile

UE - Platform - Mobile - Oct 31, 2024

Mobile Depth of Field blurry eveywhere

UE - Platform - Mobile - Oct 30, 2024

user reports I investigated the problem throught the frame capture tools and found that on a real device (iPhone 15 Pro in my case), the depth texture for the SunMask pass is not set (a dummy black ...

Shader compilation errors when packaging for iOS after disabling force full precision

UE - Platform - Mobile - May 29, 2024

User report: I want to run iOS shaders with half precision floats as I do on Android. If I disable Force 32 bits Floating Point Precision, there are unfortunately a bunch of shader compilation error ...

Nanite mesh shadows not updating when CSMCaching enabled

UE - Platform - Mobile - May 25, 2024

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. ...

Pointer being freed was not allocated on IOS with MallocBinned2

UE - Platform - Mobile - Apr 15, 2024

Slack thread [Link Removed] Probably related to the same issue seen on Android, explained here: [Link Removed] ...

Some debug modes do not work in PIE

UE - Platform - Mobile - Jan 9, 2024

It looks like the output of the debug pass is ignored, and the final output from the last frame before the pass was enabled is displayed instead. If the pass is modified to return a different textu ...