Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UExporter
Description
Export the given objects to files. Child classes do not override this, but they do provide an Export() function to do the resource-specific export work.
| Name | RunAssetExportTasks |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include Path | #include "Exporters/Exporter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp |
UFUNCTION (BlueprintCallable, Category="Miscellaneous")
static bool RunAssetExportTasks
(
const TArray < UAssetExportTask * > & ExportTasks
)
true if all tasks ran without error
Parameters
| Name | Remarks |
|---|---|
| ExportTasks | The array of tasks to export. |