Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UExporter
| Name | FExportToFileParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include Path | #include "Exporters/Exporter.h" |
Syntax
struct FExportToFileParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseFileArchive | bool | Exporters/Exporter.h | ||
| Exporter | UExporter * | Exporters/Exporter.h | ||
| Filename | const TCHAR * | Exporters/Exporter.h | ||
| IgnoreObjectList | TArray< UObject * > | Exporters/Exporter.h | ||
| InSelectedOnly | bool | Exporters/Exporter.h | ||
| NoReplaceIdentical | bool | =false | Exporters/Exporter.h | |
| Object | UObject * | Exporters/Exporter.h | ||
| Prompt | bool | =false | Exporters/Exporter.h | |
| WriteEmptyFiles | bool | Exporters/Exporter.h |