UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TgaImageSupportImpl Namespace Reference

Functions

bool DecompressTGA_RLE_32bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint32 *TextureData)
 
bool DecompressTGA_RLE_24bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint32 *TextureData)
 
bool DecompressTGA_RLE_16bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint32 *TextureData)
 
bool DecompressTGA_32bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint32 *TextureData)
 
bool DecompressTGA_24bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint32 *TextureData)
 
bool DecompressTGA_16bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint32 *TextureData)
 
bool DecompressTGA_8bpp (const FTGAFileHeader *TGA, const int64 TGABufferLength, uint8 *TextureData)
 

Function Documentation

◆ DecompressTGA_16bpp()

bool TgaImageSupportImpl::DecompressTGA_16bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint32 TextureData 
)

◆ DecompressTGA_24bpp()

bool TgaImageSupportImpl::DecompressTGA_24bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint32 TextureData 
)

◆ DecompressTGA_32bpp()

bool TgaImageSupportImpl::DecompressTGA_32bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint32 TextureData 
)

◆ DecompressTGA_8bpp()

bool TgaImageSupportImpl::DecompressTGA_8bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint8 TextureData 
)

◆ DecompressTGA_RLE_16bpp()

bool TgaImageSupportImpl::DecompressTGA_RLE_16bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint32 TextureData 
)

◆ DecompressTGA_RLE_24bpp()

bool TgaImageSupportImpl::DecompressTGA_RLE_24bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint32 TextureData 
)

◆ DecompressTGA_RLE_32bpp()

bool TgaImageSupportImpl::DecompressTGA_RLE_32bpp ( const FTGAFileHeader TGA,
const int64  TGABufferLength,
uint32 TextureData 
)