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