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