UExporter::RunAssetExportTasks

Export the given objects to files.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h

Include

#include "Exporters/Exporter.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp

Syntax

static bool RunAssetExportTasks
(
    const TArray< UAssetExportTask * > & ExportTasks
)

Remarks

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.

Returns

true if all tasks ran without error

Parameters

Parameter

Description

ExportTasks

The array of tasks to export.

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