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 int32 ExportToFile
&40;
UObject &42; Object,
UExporter &42; Exporter,
const TCHAR &42; Filename,
bool InSelectedOnly,
bool NoReplaceIdentical,
bool Prompt
&41;
Remarks
Export this object to a file. Child classes do not override this, but they do provide an Export() function to do the resource-specific export work.
Parameters
| Name | Description |
|---|---|
| Object | the object to export |
| InExporter | exporter to use for exporting this object. If NULL, attempts to create a valid exporter. |
| Filename | the name of the file to export this object to |
| InSelectedOnly |