Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UExporter
- UTextureExporterGeneric
- UTextureExporterTGA
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterTGA.h |
| Include | #include "Exporters/TextureExporterTGA.h" |
Syntax
UCLASS (MinimalAPI)
class UTextureExporterTGA : public UTextureExporterGeneric
Remarks
TextureExporterTGA.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureExporterTGA
(
const FObjectInitializer& ObjectInitializer |
Overridden from UTextureExporterGeneric
| Type | Name | Description | |
|---|---|---|---|
| bool | SupportsTexture
(
UTexture* Texture |
Derived class exporter must implement : |