![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FImageUtils, including all inherited members.
| CompressImage(TArray64< uint8 > &OutData, const TCHAR *ToFormatExtension, const FImageView &InImage, int32 Quality=0) | FImageUtils | static |
| CompressImageArray(int32 ImageWidth, int32 ImageHeight, const TArray< FColor > &SrcData, TArray< uint8 > &DstData) | FImageUtils | inlinestatic |
| CreateCheckerboardCubeTexture(FColor ColorOne=FColor(64, 64, 64), FColor ColorTwo=FColor(128, 128, 128), int32 CheckerSize=32) | FImageUtils | static |
| CreateCheckerboardTexture(FColor ColorOne=FColor(64, 64, 64), FColor ColorTwo=FColor(128, 128, 128), int32 CheckerSize=32) | FImageUtils | static |
| CreateCheckerboardTexture2DArray(FColor ColorOne=FColor(64, 64, 64), FColor ColorTwo=FColor(128, 128, 128), int32 CheckerSize=32, int32 ArraySize=1) | FImageUtils | static |
| CreateCheckerboardTextureCubeArray(FColor ColorOne=FColor(64, 64, 64), FColor ColorTwo=FColor(128, 128, 128), int32 CheckerSize=32, int32 ArraySize=1) | FImageUtils | static |
| CreateCheckerboardVolumeTexture(FColor ColorOne=FColor(64, 64, 64), FColor ColorTwo=FColor(128, 128, 128), int32 CheckerSize=16) | FImageUtils | static |
| CreateTexture(ETextureClass TextureClass, const FImageView &Image, UObject *Outer, const FString &Name, EObjectFlags Flags=RF_NoFlags, bool DoPostEditChange=true) | FImageUtils | static |
| CreateTexture2D(int32 SrcWidth, int32 SrcHeight, const TArray< FColor > &SrcData, UObject *Outer, const FString &Name, const EObjectFlags &Flags, const FCreateTexture2DParameters &InParams) | FImageUtils | static |
| CreateTexture2DFromImage(const FImageView &Image) | FImageUtils | static |
| CropAndScaleImage(int32 SrcWidth, int32 SrcHeight, int32 DesiredWidth, int32 DesiredHeight, const TArray< FColor > &SrcData, TArray< FColor > &DstData) | FImageUtils | static |
| DecompressImage(const void *InCompressedData, int64 InCompressedSize, FImage &OutImage) | FImageUtils | static |
| ExportRenderTarget2DAsEXR(UTextureRenderTarget2D *TexRT, FArchive &Ar) | FImageUtils | static |
| ExportRenderTarget2DAsHDR(UTextureRenderTarget2D *TexRT, FArchive &Ar) | FImageUtils | static |
| ExportRenderTarget2DAsPNG(UTextureRenderTarget2D *TexRT, FArchive &Ar) | FImageUtils | static |
| ExportRenderTargetCubeAsHDR(UTextureRenderTargetCube *TexRT, FArchive &Ar) | FImageUtils | static |
| ExportRenderTargetToDDS(TArray64< uint8 > &OutData, UTextureRenderTarget *TexRT) | FImageUtils | static |
| ExportTexture2DAsHDR(UTexture2D *TexRT, FArchive &Ar) | FImageUtils | static |
| ExportTextureCubeAsHDR(UTextureCube *TexRT, FArchive &Ar) | FImageUtils | static |
| ExportTextureSourceToDDS(TArray64< uint8 > &OutData, UTexture *Texture, int BlockIndex=0, int LayerIndex=0) | FImageUtils | static |
| GetRawData(UTextureRenderTarget2D *TexRT, TArray64< uint8 > &RawData) | FImageUtils | static |
| GetRenderTargetImage(UTextureRenderTarget *TexRT, FImage &OutImage) | FImageUtils | static |
| GetRenderTargetImage(UTextureRenderTarget *TexRT, FImage &OutImage, const FIntRect &Rect) | FImageUtils | static |
| GetTexture2DSourceImage(UTexture2D *Texture, FImage &OutImage) | FImageUtils | static |
| ImageResize(int32 SrcWidth, int32 SrcHeight, const TArray< FColor > &SrcData, int32 DstWidth, int32 DstHeight, TArray< FColor > &DstData, bool bResizeSRGBinLinearSpace, bool bForceOpaqueOutput=true) | FImageUtils | static |
| ImageResize(int32 SrcWidth, int32 SrcHeight, const TArrayView< const FColor > &SrcData, int32 DstWidth, int32 DstHeight, const TArrayView< FColor > &DstData, bool bResizeSRGBinLinearSpace, bool bForceOpaqueOutput=true) | FImageUtils | static |
| ImageResize(int32 SrcWidth, int32 SrcHeight, const TArray64< FLinearColor > &SrcData, int32 DstWidth, int32 DstHeight, TArray64< FLinearColor > &DstData) | FImageUtils | static |
| ImageResize(int32 SrcWidth, int32 SrcHeight, const TArrayView64< const FLinearColor > &SrcData, int32 DstWidth, int32 DstHeight, const TArrayView64< FLinearColor > &DstData) | FImageUtils | static |
| ImportBufferAsTexture2D(TArrayView64< const uint8 > Buffer) | FImageUtils | static |
| ImportBufferAsTexture2D(const TArray< uint8 > &Buffer) | FImageUtils | static |
| ImportFileAsTexture2D(const FString &Filename) | FImageUtils | static |
| LoadImage(const TCHAR *Filename, FImage &OutImage) | FImageUtils | static |
| PNGCompressImageArray(int32 ImageWidth, int32 ImageHeight, const TArrayView64< const FColor > &SrcData, TArray64< uint8 > &DstData) | FImageUtils | static |
| SaveImageAutoFormat(const TCHAR *Filename, const FImageView &InImage, int32 Quality=0) | FImageUtils | static |
| SaveImageByExtension(const TCHAR *Filename, const FImageView &InImage, int32 Quality=0) | FImageUtils | static |
| ThumbnailCompressImageArray(int32 ImageWidth, int32 ImageHeight, const TArray< FColor > &SrcData, TArray< uint8 > &DstData) | FImageUtils | static |