Navigation
API > API/Editor > API/Editor/UnrealEd
TextureExporterTGA.
| Name | UTextureExporterTGA |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterTGA.h |
| Include Path | #include "Exporters/TextureExporterTGA.h" |
Syntax
UCLASS (MinimalAPI)
class UTextureExporterTGA : public UTextureExporterGeneric
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UExporter → UTextureExporterGeneric → UTextureExporterTGA
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTextureExporterTGA
(
const FObjectInitializer& ObjectInitializer |
Exporters/TextureExporterTGA.h |
Functions
Public
Overridden from UTextureExporterGeneric
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsTexture
(
UTexture* Texture |
Derived class exporter must implement : | Exporters/TextureExporterTGA.h |