UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TextureImportUtils.cpp File Reference
#include "TextureImportUtils.h"
#include "ImageCore.h"
#include "Async/ParallelFor.h"
#include "Misc/MessageDialog.h"
#include "Engine/Texture.h"
#include "ImageCoreUtils.h"

Classes

class  UE::TextureUtilitiesCommon::TPNGDataFill< PixelDataType, ColorDataType, RIdx, GIdx, BIdx, AIdx >
 

Namespaces

namespace  UE
 
namespace  UE::TextureUtilitiesCommon
 

Functions

template<typename ImageClassType >
bool UE::TextureUtilitiesCommon::AutoDetectAndChangeGrayScale (ImageClassType &Image)
 
template TEXTUREUTILITIESCOMMON_API bool UE::TextureUtilitiesCommon::AutoDetectAndChangeGrayScale (FImage &Image)
 
template TEXTUREUTILITIESCOMMON_API bool UE::TextureUtilitiesCommon::AutoDetectAndChangeGrayScale (FMipMapImage &Image)
 
void UE::TextureUtilitiesCommon::FillZeroAlphaPNGData (int32 SizeX, int32 SizeY, ETextureSourceFormat SourceFormat, uint8 *SourceData, bool bDoOnComplexAlphaNotJustBinaryTransparency)