Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- UTextureExporterPCX
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterPCX.h |
| Include | #include "Exporters/TextureExporterPCX.h" |
Syntax
class UTextureExporterPCX : public UExporter
Remarks
TextureExporterPCX.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureExporterPCX
(
const FObjectInitializer& ObjectInitializer |
Overridden from UExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportBinary
(
UObject* Object, |
Export object to binary | |
| bool | SupportsObject
(
UObject* Object |
Returns whether this exporter supports the specific object. |