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;