Large distant objects lose skylight lighting

UE - Graphics Features - Jul 18, 2022

[Quartz] Play Quantized Crashes When Played On An Audio Component Spawned With 'Persist Across Level Transition'

UE - Audio - Quartz - Jul 15, 2022

There's a crash when "Play Quantized" is used on an Audio Component that was constructed via the functions "Create Sound 2D" or "Spawn Sound 2D" when the option 'Persist Across Level Transitions' is ...

[Audio Gameplay Volumes] - Lower Priority SubmixSendVolume components still send when overlapped by a higher priority component

Audio-Gameplay-Engineering - Jul 14, 2022

In the test above, the Blue Component has a higher priority than the green component; however when in the listener is positioned where the components overlap, both components submix sends are active ...

[Audio Import] - Cue Points are stripped on import on 24-bit wave files

UE - Audio - Jul 12, 2022

When importing wav files with a higher bit depth than 16, any cue points on the file are stripped.  ...

USplineComponent::CalcBounds is not defined in shipping builds

UE - Editor - Workflow Systems - Jul 12, 2022

USplineComponent::CalcBounds is not defined in shipping builds (presumably the thought being that nothing can be rendered in shipping, and hence no scene capture required). But if CalcBounds is use ...

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