[Audio Gameplay Volumes] - Sounds in lower priority volumes are not treated as exterior when when listener is in the overlap

Audio-Gameplay-Engineering - Jul 8, 2022

When two volumes with the same component type overlap, sounds inside the lower priority volume are not behaving correctly. In the diagram below, the Blue volume has a higher priority, but when the l ...

Sessions Frontend crash when launching the "renderer" automation section without ray tracing enabled

UE - Graphics Features - Jul 7, 2022

Looks like we only need a way to disable the usage of these tests from running if ray tracing is disabled as they are ray tracing only tests. ...

bIgnoreAllPressedKeysUntilReleaseOnRebuild ignores digital keys that are part of analog actions

UE - Gameplay - LWC - Jul 7, 2022

UDN post raising this. We ignore digital inputs only, but do so by querying Key.IsDigital(). This causes issues if the key is mapped to an analog action (i.e. it's emulating an axis). Proposed solu ...

ModularGameplay and other runtime plugins have wrong LoadingPhase

UE - Gameplay - Jun 30, 2022

Plugins that provide blueprint-accessible libraries generally need to be set the PreDefault LoadingPhase so they can be properly loaded before game-specific data that loads early in the Default load ...

The Build Nanite property is disabled after reimporting a mesh that has Build Nanite enabled

UE - Editor - Content Pipeline - Import and Export - Jun 23, 2022

Regression no, the issue was reproduced in Windows //UE5/Release-5.0 CL 20280985 repro rate 3/3 After the user tries reimport mesh with nanite enabled from mesh editor the mesh was reimported with ...

bIgnoreAllPressedKeysUntilRelease only applies to keys in the previous mapping

UE - Gameplay - Input - Jun 16, 2022

This is because the RebuildControlMappings function only checks this flag when you have a mapping that was already added, we should apply this for any new mappings as well.  I'll update the repro s ...

TSlateMaterialShaderPSDefault cast error when opening Platform Stats in Lyra's M_UI_Base_BordersAndButtons Material

UE - Rendering Architecture - Materials - Jun 16, 2022

Licensee has provided a potential fix, please see the UDN link. Callstack attached utilised -onethread ...

Sibling subsequences interfere with each other if they have different hierarchical biases

UE - Anim - Sequencer - Jun 10, 2022

It seems we are trying to factor for the other transform track, but it will not be applied due to the biases. ...

Fatal Error when setting S RGB to true on a Texture 2D from a Render Target Create Static Texture Editor Only node

UE - Texture - Jun 6, 2022

This is a regression. Tested in //UE4/Release-4.27 CL#18319896 Fatal Error when setting S RGB to true on a Texture 2D from a Render Target Create Static Texture Editor Only node. ...