FPackageName::SearchForPackageOnDisk fails to find maps when using IOStore

UE - Foundation - Core - Sep 26, 2022

This bug was discovered by a user who tried changing level through the 'servertravel' console command (HandleServerTravelCommand).  Debugging shows that FindFilesAtPathInIndex won't return anything ...

Editor-only blueprints like WidgetBlueprint are not added to cooked asset registry class hierarchy

UE - Foundation - Core - Aug 10, 2022

Both the Asset Registry and Asset Manager look for all subclasses of UBlueprintCore and use that to search for blueprint classes and construct an inheritance hierarchy. This always works in editor b ...

Can not affect "r.SetRes" command in editor new window

UE - Foundation - Core - Jul 11, 2022

When playing in "New Editor Window" mode, entering the r.setres command does not change the screen size. This worked in UE4.27, but no longer works in UE5.0. ...

If DeferRunningConstructionScripts is executed in LoadMap, BeginPlay will be executed before ConstructionScripts.

UE - Foundation - Core - Jun 22, 2022

DeferRunningConstructionScripts has been added as a workaround for a issue by asynchronous mesh compilation, but it doesn't consider BeginPlay. Therefore, if DeferRunningConstructionScripts is execu ...

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

CoreRedirect between modules could support specific package + outer

UE - Foundation - Core - Apr 27, 2022

More details in slack: [Link Removed] ...

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

FFieldPath resolution doesn't handle redirection

UE - Foundation - Core - Feb 16, 2022

A licensee has found that redirectors don't apply to FFieldPath. We should integrate it with the following changes:It needs better error handling (looks like it could infinitely recurse),The change ...

Unnamespaced UnrealMathUtility.h macros clash with other headers

UE - Foundation - Core - Jan 25, 2022

Reported here: [Link Removed] > See this commit: > > https://github.com/EpicGames/UnrealEngine/commit/acd754e12dc9a7ffc7f173c8433a6bafc0262b51#diff-b18d4f9b879748fdacff2caa885b231e8c9e0b899d90d5d ...

Plugin Config filenames need to be different for Engine vs Game plugins

UE - Foundation - Core - Aug 16, 2021

Right now, plugins installed to the game directory will only load plugin-specific config files with the path /Project/Plugins/PluginPath/Config/*Default*PluginName.ini. However, engine plugins will ...