![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) |
| bool TgaImageSupportImpl::DecompressTGA_16bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint32 * | TextureData | ||
| ) |
| bool TgaImageSupportImpl::DecompressTGA_24bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint32 * | TextureData | ||
| ) |
| bool TgaImageSupportImpl::DecompressTGA_32bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint32 * | TextureData | ||
| ) |
| bool TgaImageSupportImpl::DecompressTGA_8bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint8 * | TextureData | ||
| ) |
| bool TgaImageSupportImpl::DecompressTGA_RLE_16bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint32 * | TextureData | ||
| ) |
| bool TgaImageSupportImpl::DecompressTGA_RLE_24bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint32 * | TextureData | ||
| ) |
| bool TgaImageSupportImpl::DecompressTGA_RLE_32bpp | ( | const FTGAFileHeader * | TGA, |
| const int64 | TGABufferLength, | ||
| uint32 * | TextureData | ||
| ) |