![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for IImageWrapper, including all inherited members.
| AddMetadata(const FString &InKey, const FString &InValue)=0 | IImageWrapper | pure virtual |
| CanSetRawFormat(const ERGBFormat InFormat, const int32 InBitDepth) const =0 | IImageWrapper | pure virtual |
| ConvertRawImageFormat(ERawImageFormat::Type RawFormat, ERGBFormat &OutFormat, int &OutBitDepth) | IImageWrapper | static |
| ConvertRGBFormat(ERGBFormat RGBFormat, int BitDepth, bool *bIsExactMatch=nullptr) | IImageWrapper | static |
| DebugImageName | IImageWrapper | protected |
| GetBitDepth() const =0 | IImageWrapper | pure virtual |
| GetClosestRawImageFormat(bool *bIsExactMatch=nullptr) const | IImageWrapper | inline |
| GetCompressed(int32 Quality=0)=0 | IImageWrapper | pure virtual |
| GetExportData(int32 Quality=0) | IImageWrapper | inlinevirtual |
| GetFormat() const =0 | IImageWrapper | pure virtual |
| GetHeight() const =0 | IImageWrapper | pure virtual |
| GetMetadata(TStringMap &OutMetadata) const =0 | IImageWrapper | pure virtual |
| GetRaw(TArray64< uint8 > &OutRawData) | IImageWrapper | inline |
| GetRaw(FDecompressedImageOutput &OutDecompressedImage) | IImageWrapper | inline |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArray64< uint8 > &OutRawData)=0 | IImageWrapper | pure virtual |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, FDecompressedImageOutput &OutDecompressedImage)=0 | IImageWrapper | pure virtual |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArray< uint8 > &OutRawData) | IImageWrapper | inline |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArrayView64< uint8 > OutRawData) | IImageWrapper | inline |
| GetRawImage(FImage &OutImage) | IImageWrapper | |
| GetRawImage(FDecompressedImageOutput &OutDecompressedImage) | IImageWrapper | |
| GetRGBFormatBytesPerPel(ERGBFormat RGBFormat, int BitDepth) | IImageWrapper | static |
| GetSRGB() const | IImageWrapper | inline |
| GetSupportedRawFormat(const ERawImageFormat::Type InFormat) const =0 | IImageWrapper | pure virtual |
| GetWidth() const =0 | IImageWrapper | pure virtual |
| SetCompressed(const void *InCompressedData, int64 InCompressedSize)=0 | IImageWrapper | pure virtual |
| SetDebugImageName(const TCHAR *InDebugImageName) | IImageWrapper | inline |
| SetRaw(const void *InRawData, int64 InRawSize, const int32 InWidth, const int32 InHeight, const ERGBFormat InFormat, const int32 InBitDepth, const int32 InBytesPerRow=0)=0 | IImageWrapper | pure virtual |
| SupportsMetadata() const =0 | IImageWrapper | pure virtual |
| TStringMap typedef | IImageWrapper | |
| ~IImageWrapper() | IImageWrapper | inlinevirtual |