You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson #rnx #preflight 62ab39985c69124c4082aad6 - Ideally the VA tool would not need to deal with this like package mount points (the less project/plugin set up, the faster the tool can run) so we want to move back towards using file paths rather than FPackageNames to reference things where possible. Since virtualization does not need to do anything with the package data itself we can somewhat ignore a lot of Unreal conventions and treat the package files as just files that happen to have a package trailer on the end. - The package builder was previously storing the name of it's package via an FName and converting it to a string when we needed to print a message. Now we store a generic FString of 'debug context' instead which can be anything. - Although it is unlikely that anyone is using the FName overloads externally we need to deprecate them rather than just delete them. #ROBOMERGE-AUTHOR: paul.chipchase #ROBOMERGE-SOURCE: CL 20699797 via CL 20699804 via CL 20699806 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v968-20684695) [CL 20699936 by paul chipchase in ue5-main branch]
24 KiB
24 KiB