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
(
const TArray < UPackage * > & PackagesToExport,
FString * ExportPath,
bool bUseProvidedExportPath
)
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 |