Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UExporter
- UTextureExporterGeneric
- UTextureExporterBMP
- UVirtualTextureBuilderExporterBMP
- UTextureExporterDDS
- UVirtualTextureBuilderExporterDDS
- UTextureExporterEXR
- UVirtualTextureBuilderExporterEXR
- UTextureExporterHDR
- UVirtualTextureBuilderExporterHDR
- UTextureExporterPNG
- UVirtualTextureBuilderExporterPNG
- UTextureExporterTGA
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterGeneric.h |
| Include | #include "Exporters/TextureExporterGeneric.h" |
Syntax
UCLASS ()
class UTextureExporterGeneric : public UExporter
Remarks
TextureExporterGeneric.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureExporterGeneric
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportBinary
(
UObject* Object, |
||
| UTexture * | GetExportTexture
(
UObject* Object |
||
| int32 | GetFileCount
(
UObject* Object |
||
| FString | GetUniqueFilename
(
UObject* Object, |
||
| bool | SupportsObject
(
UObject* Object |
||
| bool | SupportsTexture
(
UTexture* Texture |
Derived class exporter must implement : |