Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include | #include "PackageTools.h" |
static void ExportPackages
&40;
const TArray< UPackage &42; > & PackagesToExport,
FString &42; ExportPath,
bool bUseProvidedExportPath
&41;
Remarks
Exports the given packages to files.
Parameters
| Name | Description |
|---|---|
| PackagesToExport | The set of packages to export. |
| ExportPath | receives the value of the path the user chose for exporting. |
| bUseProvidedExportPath | If true and ExportPath is specified, use ExportPath as the user's export path w/o prompting for a directory, where applicable |