Member | Type | Offset | Share |
---|---|---|---|
Object
Asset to export |
UObject* | 0x28 | |
Exporter
Optional exporter, otherwise it will be determined automatically |
UExporter* | 0x30 | |
Filename
File to export as |
FString | 0x38 | |
bSelected
Export selected only |
bool | 0x48 | |
bReplaceIdentical
Replace identical files |
bool | 0x49 | |
bPrompt
Allow dialog prompts |
bool | 0x4a | |
bAutomated
Unattended export |
bool | 0x4b | |
bUseFileArchive
Save to a file archive |
bool | 0x4c | |
bWriteEmptyFiles
Write even if file empty |
bool | 0x4d | |
IgnoreObjectList
Array of objects to ignore exporting |
TArray<UObject*> | 0x50 | |
Options
Exporter specific options |
UObject* | 0x60 | |
Errors
Array of error messages encountered during exporter |
TArray<FString> | 0x68 |