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