FCompressedImage2D

Compressed image data.

Unreal Engine C++ API Reference > Developer > TextureCompressor

References

   
Module TextureCompressor
Header /Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h
Include #include "TextureCompressorModule.h"

Syntax

struct FCompressedImage2D  

Remarks

Compressed image data.

Variables

Type Name Description
uint8 PixelFormat  
TArray64< uint8... RawData  
int32 SizeX In the past Sizes here were aligned up to a compressed block size multiple that is no longer done, the real size is stored
int32 SizeY  
int32 SizeZ  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library