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" |
virtual bool ExportBinary
(
UObject * Object,
const TCHAR * Type,
FArchive & Ar,
FFeedbackContext * Warn,
int32 FileIndex,
uint32 PortFlags
)
Remarks
Export object to binary False
Parameters
| Name | Description |
|---|---|
| Object | the object to export |
| Type | filetype |
| Ar | the archive to output the subobject definitions to |
| Warn | Modal warning messages |
| FileIndex | Index of files being exported |
| PortFlags | Flags controlling export behavior |