Add folder and asset colors to TEDS
Remove the ItemName_ExperimentalColumn and replace with FNameColumn
Add extension utils to the CB to get/set folder colors
Add a new FFolder tag used by path rows
Remove test asset data and repurpose AssetProcessors.cpp to sync asset/folder data to and from TEDS
Modify the AssetDataLabel widget to show folder/asset colors
TEDS UI:
Add a new FSlateColor column and create a widget to view/edit it
#jira UE-221631
#rb Julien.StJean
[CL 36039406 by aditya ravichandran in ue5-main branch]
- Rename IAssetTools::GetMappingsForRootPackageRename to GetPatchCopyMappingsForRootRename for clarity
#rb Francis.Hurteau, kevin.macaulayvacher
#rnx
[CL 35562044 by dave belanger in ue5-main branch]
Correction for External(Objects|Actors) path destination path generation.
#rb Francis.Hurteau, kevin.macaulayvacher, Richard.Malo
[CL 35418159 by andrew phillips in ue5-main branch]
Addition fix for when copying to a name_[0-9]+ project.
Additional better logging should the FName writter fail. (now unlinky due to additional FName table entries being genorated on demand.)
#rb kevin.macaulayvacher
[CL 34670457 by andrew phillips in ue5-main branch]
[FYI] kevin.macaulayvacher
Original CL Desc
-----------------------------------------------------------------
Submitting on behalf of andrew.phillips: Fix for Header patching copy of Grey Box level.
Changes NameTable patching to use full DisplayName for FNames when patching to preserve any number that may need patching. FNames are then given a sentinel number value to ensure the number is not stripped when inspecting the PlainStringName of the FName. NameTable entries don't maintain numbers for FNames so the sentinel value of '1' will be ignored come serialization time.
#rnx
[FYI] andrew.phillips, Francis.Hurteau
[CL 34622969 by kevin macaulayvacher in ue5-main branch]
Changes NameTable patching to use full DisplayName for FNames when patching to preserve any number that may need patching. FNames are then given a sentinel number value to ensure the number is not stripped when inspecting the PlainStringName of the FName. NameTable entries don't maintain numbers for FNames so the sentinel value of '1' will be ignored come serialization time.
#rnx
[FYI] andrew.phillips, Francis.Hurteau
[CL 34618536 by kevin macaulayvacher in ue5-main branch]
- Now look for the optional GatherableTextData section when deserializing, patch the contents and write back out the data, patching up the summary size as necessary since this section does not have a fixed size based on item counts (i.e. it doesn't use the name table, so a string changes affect the size)
- Added additional mapping for VerseAssetPaths which appear in GeneratedTextData (e.g. /localhost/Normal/PackagePath/PackagePath)
#jira UE-216649
#rb Francis.Hurteau
#rnx
[CL 34614882 by kevin macaulayvacher in ue5-main branch]