![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FHdrImageWrapper, including all inherited members.
| AddMetadata(const FString &InKey, const FString &InValue) override | FHdrImageWrapper | virtual |
| CanSetRawFormat(const ERGBFormat InFormat, const int32 InBitDepth) const override | FHdrImageWrapper | virtual |
| ConvertRawImageFormat(ERawImageFormat::Type RawFormat, ERGBFormat &OutFormat, int &OutBitDepth) | IImageWrapper | static |
| ConvertRGBFormat(ERGBFormat RGBFormat, int BitDepth, bool *bIsExactMatch=nullptr) | IImageWrapper | static |
| DebugImageName | IImageWrapper | protected |
| FreeCompressedData() | FHdrImageWrapper | |
| GetBitDepth() const override | FHdrImageWrapper | virtual |
| GetClosestRawImageFormat(bool *bIsExactMatch=nullptr) const | IImageWrapper | inline |
| GetCompressed(int32 Quality=0) override | FHdrImageWrapper | virtual |
| GetErrorMessage() const | FHdrImageWrapper | |
| GetExportData(int32 Quality=0) | IImageWrapper | inlinevirtual |
| GetFormat() const override | FHdrImageWrapper | virtual |
| GetHeight() const override | FHdrImageWrapper | virtual |
| GetMetadata(TStringMap &OutMetadata) const override | FHdrImageWrapper | virtual |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArray64< uint8 > &OutRawData) override | FHdrImageWrapper | virtual |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, FDecompressedImageOutput &OutDecompressedImage) override | FHdrImageWrapper | virtual |
| GetRaw(TArray64< uint8 > &OutRawData) | FHdrImageWrapper | inline |
| GetRaw(FDecompressedImageOutput &OutDecompressedImage) | FHdrImageWrapper | inline |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArray64< uint8 > &OutRawData)=0 | FHdrImageWrapper | virtual |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, FDecompressedImageOutput &OutDecompressedImage)=0 | FHdrImageWrapper | virtual |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArray< uint8 > &OutRawData) | FHdrImageWrapper | inline |
| GetRaw(const ERGBFormat InFormat, int32 InBitDepth, TArrayView64< uint8 > OutRawData) | FHdrImageWrapper | 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 override | FHdrImageWrapper | virtual |
| GetWidth() const override | FHdrImageWrapper | virtual |
| SetCompressed(const void *InCompressedData, int64 InCompressedSize) override | FHdrImageWrapper | virtual |
| SetCompressedFromView(TArrayView64< const uint8 > Data) | FHdrImageWrapper | |
| 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) override | FHdrImageWrapper | virtual |
| SupportsMetadata() const override | FHdrImageWrapper | virtual |
| TStringMap typedef | IImageWrapper | |
| ~IImageWrapper() | IImageWrapper | inlinevirtual |