Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- UTextureExporterJPEG
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterPNG.h |
| Include | #include "Exporters/TextureExporterPNG.h" |
Syntax
class UTextureExporterJPEG : public UExporter
Remarks
JPEG is not UTextureExporterGeneric JPEG exporter writes stored JPEG bits in TextureSource compressed payloads
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureExporterJPEG
(
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. |