Add single asset export functionality and enhance README with usage details
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user