Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UExporter
Export parameters
| Name | FExportPackageParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include Path | #include "Exporters/Exporter.h" |
Syntax
struct FExportPackageParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ar | FOutputDevice * | Exporters/Exporter.h | ||
| Context | const FExportObjectInnerContext * | Exporters/Exporter.h | ||
| InObject | UObject * | Exporters/Exporter.h | ||
| InPackage | UPackage * | Exporters/Exporter.h | ||
| PortFlags | uint32 | Exporters/Exporter.h | ||
| RootMapPackageName | FString | Exporters/Exporter.h | ||
| Type | const TCHAR * | Exporters/Exporter.h | ||
| Warn | FFeedbackContext * | Exporters/Exporter.h |