UExporter::ExportToFileEx

Export the given object to a file.

Windows
MacOS
Linux

Deprecated

  • ExportToFileEx was deprecated, please use RunAssetExportTask.

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 int32 ExportToFileEx
(
    FExportToFileParams & ExportParams
)

Remarks

Export the given object to a file. Child classes do not override this, but they do provide an Export() function to do the resource-specific export work.

Returns

1 if the the object was successfully exported, 0 if a fatal error was encountered during export, or -1 if a non fatal error was encountered

Parameters

Parameter

Description

ExportParams

The parameters for the 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