Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Exporters > API/Runtime/Engine/Exporters/UExporter
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 |
static bool ExportToArchive
(
UObject * Object,
UExporter * Exporter,
FArchive & Ar,
const TCHAR * FileType,
int32 FileIndex
)
Remarks
Export object to an archive
- true if the the object was successfully exported
Parameters
| Name | 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 |