I am using the FAssetToolsModule to export the uasset out the engine,but when i running it with “UAssetToolsImpl::ExportAssets(const TArray<UObject*>& AssetsToExport, const FString& ExportPath) const” i found the export location i chose cames an Game folder;The engine not only export the file but also export the hierarchy of each file;I an wondering is there are anything tools can export the file into the chosen folder without Game hierarchy ?
I’m looking to do the same thing.
Did you figure out how to export the files without the /Game Hierarchy?