LOD distance does not match between StaticMesh and SkeletalMesh

UE - Rendering Architecture - RHI - Nov 26, 2019

[Feature Request] Validate resource lifetimes in Mesh Draw Commands to help debug dangling pointers.

UE - Graphics Features - Nov 22, 2019

Mesh draw commands don't hold strong references to resources. When caching mesh draw commands, their lifetimes can match the parent scene proxy, which can be very long. This increases the chance tha ...

Update warning in FActiveGameplayEffectsContainer::ApplyModToAttribute to consider batching

UE - Gameplay - Feb 19, 2021

The ModcallbackData won't be consumed while applying stacked Gameplay Effects if the updates are being batched. This triggers a false warning in FActiveGameplayEffectsContainer::ApplyModToAttribute. ...

FBXUVs can create null entries that will assert later

UE - Editor - Content Pipeline - Import and Export - Oct 28, 2021

Need to make sure we support nullptr entries or make sure we do not create such null entries. ...

Assign node on floats can cause a crash at runtime

UE - Gameplay - Blueprint Compiler - Apr 25, 2022

This is from a UDN and I was not able to reproduce it locally in Release-5.0 or Ue5/Main, creating this issue for tracking.  ...

Allow UPL to use tools schema

UE - Platform - Mobile - Jan 5, 2023

Allow UPL to use tools schema Allow "build" as part of Android project names ...

DrawDebugString does not work with nDisplay

UE - Virtual Production - nDisplay - Jan 24, 2023

DrawDebugString does not appear to be working when combined with nDisplay. ...

Proejcts with vr.InstancedStereo=true crash on Mac

UE - Platform - XR - Jan 12, 2023

Sounds like neither Multiviewport nor View Instancing (MMV) is not supported on Mac atm, and the logic in StereoAspects asserts. See attached log from a partner. ...