Add single asset export functionality and enhance README with usage details

This commit is contained in:
2025-10-23 21:02:50 +09:00
parent e988c90e2e
commit 4671fcc0bb
3 changed files with 674 additions and 88 deletions

View File

@ -18,6 +18,12 @@ public:
*/
static void ExportAssetsToJSON();
/**
* Export a single asset to JSON (for right-click context menu)
* @param AssetData - Asset to export
*/
static void ExportSingleAssetToJSON(const struct FAssetData& AssetData);
private:
/**
* Export all DataTables from the specified path to JSON