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
&40;
UObject &42; Object,
UExporter &42; Exporter,
FArchive & Ar,
const TCHAR &42; FileType,
int32 FileIndex
&41;
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 |