GAS: UGameplayEffect tags async loading race condition

UE - Gameplay - Gameplay Ability System - Oct 12, 2022

User reported game thread and async loading thread accessing a UGameplayEffect property at the same time:Game thread having loaded a GameplayEffectA and in its PostLoad() updating the property Inher ...

Crash when enabling Shader Complexity Viewmode

UE - Graphics Features - Oct 11, 2022

Linked Anim Graph in Post Process Anim BP does NOT work after remove ControlRig Track

UE - Anim - Rigging - Control Rig - Oct 11, 2022

After remove control rig track from the skeletal mesh, Linked Anim Graph in Post Process Anim BP of the SK Mesh does NOT work. This issue can be fixed by the following code.// add #include "Anima ...

Use Borderless Window setting doesn't work on Mac

UE - Platform - Apple - Oct 10, 2022

[Link Removed] The UseBorderlessWindow setting appears to not be implemented on Mac. We currently only apply the NWWindowStyleMaskBorderless style for tooltips and other "irregular" windows, so w ...

Lightmap density view mode displaying zfighting when moving around in the viewport

UE - Graphics Features - Oct 10, 2022

assets within the FPS template are showing zfighting when in Lightmap density mode not reproduceable in 5.0  ...

AdditionalServerGameOptions not applied to dedicated servers

UE - Gameplay - Oct 7, 2022

AdditionalServerGameOptions are only applied in UEditorEngine::LaunchNewProcess if the instance is a listen server, with these options being ignored for dedicated servers. Additionally, AdditionalSe ...

r.SetFramePace cannot be set in device profile

UE - Platform - Mobile - Oct 7, 2022

Suggest creating an r.InitialFramePace cvar that is applied immediately at startup. ...

Non-deterministic cook due to UModel::LightingGuid

UE - Graphics Features - Oct 6, 2022

The -DiffOnly cook mode shows that the LightingGuid seems to change every cook. In Lyra, there seems to be 48 such assets that change every cook due to this. ...

WidgetInteractionComponent Simulate Key Press/Release only works the first time

UE - Platform - XR - Oct 6, 2022

Occurs 3/3 times. Working around this includes closing the menu and reopening it to reset the button(s). The expected behavior is that the user should be able to select Reset Orientation repeatedly ...

[Waveform Editor] - If a Sound Wave is trimmed or a transformation is added or removed while paused, play needs to be pressed twice to start the sound again

UE - Audio - WaveformEditor Plugin - Oct 6, 2022

From [Link Removed] "There is still a bug happening with editing transformations on pause. If you play, then pause, and then edit a transformation, you have to press play twice to resume play (whic ...