UExporter::ExportToArchive

Export object to an archive

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 ExportToArchive
(
    UObject * Object,
    UExporter * Exporter,
    FArchive & Ar,
    const TCHAR * FileType,
    int32 FileIndex
)

Remarks

Export object to an archive

Returns

  • true if the the object was successfully exported

Parameters

Parameter

Description

Object

the object to export

Exporter

the exporter class

Ar

the archive to output the subobject definitions to

FileType

Type of file to export

FileIndex

Index of files being exported

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