[Console Commands] - au.debug.sounds.sort priority shows all sounds as priority 1.0 when volume scaling is bypassed or sound is 2D

UE - Audio - Voice Management - Apr 5, 2022

The priority display does not correctly reflect the set priorities of sounds when they are not being attenuated or when Bypass Volume Scale for Priority is Enabled. If a sound is attenuated and scal ...

C.haos Cloth : ClothLOD does not change when out of view

UE - Simulation - Physics - Jan 6, 2022

Cloth LOD Index is changed only during the mesh is on the screen. LOD Index is set to 0 at spawning, so clothing simulation runs as minimum LOD level until the mesh is in the field of view. It's no ...

Ray traced reflections skewed with un-combined meshes

UE - Graphics Features - Dec 2, 2021

Path Tracing denoiser is not stable in animation

UE - Graphics Features - Nov 30, 2021

When rendering an animation with the path tracer through MovieRenderQueue, at low sampling rates the denoiser produces splotchy results that flicker from frame to frame. The current denoiser (Ope ...

Create a high poly version of the base sphere

UE - Content - Engine - Nov 23, 2021

We have an issue with artefacting of virtual shadow maps on low poly meshes: [Link Removed] We would like to request a higher polygon version of the sphere for UE5's release/starter content, which ...

JSON Serializer FromJson function returns true when property types don't match

UE - Foundation - Core - UObject - Nov 16, 2021

If the type of a property in a Json string doesn't match the expected type in the Json serializable class being created, then the value for that property will not be read in. However, FromJson still ...

Duplicate keys in TMap and TSet after using FJsonObjectConverter::JsonValueToUProperty

UE - Foundation - Core - UObject - Nov 16, 2021

Found here: [Link Removed] The relevant sections in ConvertScalarJsonValueToFPropertyWithContainer() use script helpers to add defaulted elements to each container and then parse straight into them ...

Native Gameplay Tag Dev Comments are not included in GameplayTagWidget tooltips

UE - Gameplay - Nov 12, 2021

Native Gameplay Tag dev comments don't show up in tag tooltips.  ...