Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject
julien stjean 04e8cf594b Fixed the function TryConvertFilenameToLongPackageName
converting a file to a package path that can't exist for that for that file.

This was causing an issue were the asset registry would think that a folder was deleted when in fact it was a file that was deleted.

Ex:
"../../../EngineTest/Content/NewFolder/.FileWithExtensionButNoName" would convert to  ""../../../EngineTest/Content/NewFolder/" when it should fail.

#jira UE-113163
#preflight 611faf78e7a30700018a69fb
#rb Matt.Peters

#ROBOMERGE-SOURCE: CL 17247636 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17247642 by julien stjean in ue5-release-engine-test branch]
2021-08-20 10:39:15 -04:00
..