UTextureExporterBMP

TextureExporterBMP.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterBMP.h

Include

#include "Exporters/TextureExporterBMP.h"

Syntax

class UTextureExporterBMP : public UExporter

Remarks

TextureExporterBMP.

Constructors

Name Description

Public function

UTextureExporterBMP

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Protected function Const

UTexture2D &...

 

GetExportTexture

(
    UObject* Object
)

Overridden from UExporter

Name Description

Public function Virtual

bool

 

ExportBinary

(
    UObject* Object,
    const TCHAR* Type,
    FArchive& Ar,
    FFeedbackContext* Warn,
    int32 FileIndex,
    uint32 PortFlags
)

Export object to binary

Public function Virtual Const

int32

 

GetFileCount

(
    UObject* Object
)

Number of binary files to export for this object.

Public function Virtual

FString

 

GetUniqueFilename

(
    const TCHAR* Filename,
    int32 FileIndex,
    int32 FileCount
)

Differentiates the filename for objects with multiple files to export.

Public function Virtual Const

bool

 

SupportsObject

(
    UObject* Object
)

Returns whether this exporter supports the specific object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss