From 0a45eebc05c5c2a682998ff744cffb73409372c0 Mon Sep 17 00:00:00 2001 From: atenfyr Date: Sun, 25 Aug 2024 14:22:58 -0500 Subject: [PATCH] ue5 document rename of FolderName --- UAssetAPI/UAsset.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UAssetAPI/UAsset.cs b/UAssetAPI/UAsset.cs index 3774089f..8b0430e9 100644 --- a/UAssetAPI/UAsset.cs +++ b/UAssetAPI/UAsset.cs @@ -473,7 +473,8 @@ internal ECustomVersionSerializationFormat CustomVersionSerializationFormat public uint PackageSource; /// - /// The Generic Browser folder name that this package lives in. Usually "None" in cooked assets. + /// In UE4: "FolderName": The Generic Browser folder name that this package lives in. Usually "None" in cooked assets. + /// In UE5: "PackageName": The package name the file was last saved with. /// public FString FolderName;