Unable to override private Blueprint variables in child classes

UE - Gameplay - Blueprint - Jun 16, 2022

In UE4, "Private" for Blueprint variables was misnamed: its behavior actually meant "Protected". In other words, it can't be read or written to by external objects, but it can be by derived types. A ...

Cooker Generated Packages: Actors can trigger the "load" of generated packages from linker load and load them incorrectly

UE - Foundation - Core - Cooker - May 31, 2023

Generated packages have to be constructed by the cooker via FGeneratorPackage::CreateGeneratedUPackage. Some fields on the UPackage are set and ICookPackageSplitter->PopulateGeneratedPackage is call ...

Left Clicking a menu that contains an option with a submenu will cause the submenu to close while hovering its options

UE - Editor - UI Systems - Mar 25, 2022

If a menu has an entry that is a submenu, and that submenu has entries in it that are also submenus, then the entire menu will close when left clicking the submenu button instead of hovering it. So ...

Live Link Face Connection Could Not Be Established in UE5 with MetaHuman Exported Directly From UE Quixel Asset Browser

UE - Virtual Production - IO - LiveLink - Apr 6, 2022

Occurs 5/5 times. A Facial LiveLink could not be established between the MH Facial Anim BP and the LiveLink iOS app using //UE5/Release-5.0 EGL Live. Regression occurs: When tested in UE5EA a Live ...

TArrayView64 RangeCheck prints the incorrect error messages for values over 32-bit length

UE - Foundation - Core - Apr 29, 2022

TArrayView64 RangeCheck prints the incorrect error messages for values over 32 bit. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did occur there, it is not a regre ...

TArray64 RangeCheck prints the incorrect error messages for values over 32-bit length

UE - Foundation - Core - Apr 27, 2022

TArray64 RangeCheck prints the incorrect error messages for values over 32 bit. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did occur there, it is not a regressi ...

Crash in BuildVisibleDecalList

UE - Graphics Features - Nov 16, 2021

Following the 'Working with Modular Characters - Skeletal Mesh Merge Example' results compilation errors

UE - Anim - Feb 10, 2022

This is a Regression. Tested in: //UE5/Release-5.0 CL 18747223 GitHub //UE4/Release-4.27 CL 18319896 Binary The example can't be completed in UE5 as expected presumably because of a change within ...