Skip to content

Commit

Permalink
ue5 document rename of FolderName
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Aug 25, 2024
1 parent a1d77d6 commit 0a45eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UAssetAPI/UAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ internal ECustomVersionSerializationFormat CustomVersionSerializationFormat
public uint PackageSource;

/// <summary>
/// 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.
/// </summary>
public FString FolderName;

Expand Down

0 comments on commit 0a45eeb

Please sign in to comment.