Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- ULevelExporterT3D
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterT3D.h |
| Include | #include "Exporters/LevelExporterT3D.h" |
Syntax
class ULevelExporterT3D : public UExporter
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULevelExporterT3D
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportText
(
const FExportObjectInnerContext* Context, |
Overridden from UExporter
| Type | Name | Description | |
|---|---|---|---|
| void | ExportComponentExtra
(
const FExportObjectInnerContext* Context, |
Allows the Exporter to export any extra information it would like about each instanced object. | |
| void | ExportPackageInners
(
FExportPackageParams& ExpPackageParams |
Export Package Inner | |
| void | ExportPackageObject
(
FExportPackageParams& ExpPackageParams |
Export Package Object |