Duplicate actions appear in the Blueprint graph right-click menu for AddComponent node actions when "Context Sensitive" is checked.

UE - Gameplay - Blueprint Editor - Nov 23, 2022

When the "Context Sensitive" option is checked, there is a duplicate menu item that appears in the Blueprint graph's right-click context menu for every "Add Component" menu action. Unchecking "Cont ...

Crash on mobile OpenGL with a retainer box

UE - Platform - Mobile - Nov 23, 2022

Scroll box hand icon is small when DPI scaling is enabled

UE - Editor - UI Systems - Slate - Nov 22, 2022

The scroll box widget currently hides the cursor and manually draws a closed hand software cursor in SScrollBox::OnPaint when right clicking and dragging. This software cursor does not account for D ...

[CrashReporter] UnrealEditor-CoreUObject!SavePackageUtilities::WriteToFile(FString const &,unsigned char const *,__int64) [SavePackageUtilities.cpp:544]

UE - Editor - Content Pipeline - Content Browser - Nov 22, 2022

Generated from CrashReporter Fatal error: [Link Removed] [Line: 544] Could not write to One possible repro (but is possibly outdated) can be found in [Link Removed].  ...

TMap<Bool is disallowed despite bool having a hash

UE - Gameplay - Blueprint - Nov 22, 2022

Reproduced 3/3 times. User is unable to create a new TMap with bool key through Blueprints (which is the expected result).  Issue is technically a Regression, as the ensure does not occur in //UE5/ ...

Lyra animation stutter when character moves from side to side

UE - Content - Sample - Nov 21, 2022

When moving in Lyra side to side using the B_Hero_ShooterMannequin as the player character, the animation will noticeably stutter whenever you change the direction of the movement. I repro'd this 3/ ...

Sky Lights don't effect Translucent materials

UE - Rendering Architecture - Materials - Nov 21, 2022

Regression: Tested in UE5/Release-5.0, this issue does not occur so it is a regression Appears to be an issue with Lumen and Skylights with Cubemaps. Directional lights, point lights, etc. all work ...

Python function unreal.AssetRegistry.get_assets_by_class is broken

UE - Foundation - Core - Nov 21, 2022

Repro Rate: 3/3 This issue was reproduced in //UE5/Release-5.1 at CL 23058290. This is confirmed to be a regression since the errors do not occur on the previous version and is regression tested o ...