Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- UTextureExporterGeneric
- UTextureExporterDDS
- UVirtualTextureBuilderExporterDDS
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterDDS.h |
| Include | #include "Exporters/TextureExporterDDS.h" |
Syntax
class UTextureExporterDDS : public UTextureExporterGeneric
Remarks
TextureExporterDDS.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureExporterDDS
(
const FObjectInitializer& ObjectInitializer |
Overridden from UTextureExporterGeneric
| Type | Name | Description | |
|---|---|---|---|
| bool | SupportsTexture
(
UTexture* Texture |
Should not get called : |
Overridden from UExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportBinary
(
UObject* Object, |
Export object to binary | |
| bool | SupportsObject
(
UObject* Object |
Returns whether this exporter supports the specific object. |