UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ImageCoreUtils.h File Reference
#include "CoreMinimal.h"
#include "Engine/TextureDefines.h"
#include "ImageCore.h"
#include "PixelFormat.h"
#include "UObject/NameTypes.h"

Go to the source code of this file.

Namespaces

namespace  FImageCoreUtils
 

Functions

IMAGECORE_API bool FImageCoreUtils::IsImageImportPossible (int64 Width, int64 Height)
 
IMAGECORE_API int32 FImageCoreUtils::GetMipCountFromDimensions (int32 InSizeX, int32 InSizeY, int32 InVolumeZ, bool bInIsVolume)
 
IMAGECORE_API ERawImageFormat::Type FImageCoreUtils::ConvertToRawImageFormat (ETextureSourceFormat Format)
 
IMAGECORE_API ETextureSourceFormat FImageCoreUtils::ConvertToTextureSourceFormat (ERawImageFormat::Type Format)
 
IMAGECORE_API EPixelFormat FImageCoreUtils::GetPixelFormatForRawImageFormat (ERawImageFormat::Type InFormat, ERawImageFormat::Type *pOutEquivalentFormat=nullptr)
 
IMAGECORE_API FName FImageCoreUtils::ConvertToUncompressedTextureFormatName (ERawImageFormat::Type Format)
 
IMAGECORE_API ETextureSourceFormat FImageCoreUtils::GetCommonSourceFormat (ETextureSourceFormat Format1, ETextureSourceFormat Format2)
 
IMAGECORE_API ERawImageFormat::Type FImageCoreUtils::GetRawImageFormatForPixelFormat (EPixelFormat PF)