UPackageTools::ExportPackages

Exports the given packages to files.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/PackageTools.h

Include

#include "PackageTools.h"

Syntax

static void ExportPackages
(
    const TArray< UPackage * > & PackagesToExport,
    FString * ExportPath,
    bool bUseProvidedExportPath
)

Remarks

Exports the given packages to files.

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss