UPackageTools::DoBulkExport

Wrapper method for multiple objects at once.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "PackageTools.h"

Source

/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp

Syntax

static FString DoBulkExport
(
    const TArray< UPackage * > & TopLevelPackages,
    FString LastExportPath,
    const TSet< UClass * > * FilteredClasses,
    bool bUseProvidedExportPath
)

Remarks

Wrapper method for multiple objects at once.

Returns

the path that the user chose for the export.

Parameters

Parameter

Description

TopLevelPackages

the packages to be export

LastExportPath

the path that the user last exported assets to

FilteredClasses

if specified, set of classes that should be the only types exported if not exporting to single file

bUseProvidedExportPath

If true, use LastExportPath 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