UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BlockCodingHelpers.h File Reference
#include "CoreMinimal.h"
#include "PixelFormat.h"

Go to the source code of this file.

Functions

void BakeDebugInfo (const FVTUploadTileBuffer &TileBuffer, int32 Width, int32 Height, int32 Border, EPixelFormat Format, int32 MipLevel)
 
bool UniformColorPixels (const FVTUploadTileBuffer &TileBuffer, int32 Width, int32 Height, EPixelFormat Format, const uint8 *Color)
 

Function Documentation

◆ BakeDebugInfo()

void BakeDebugInfo ( const FVTUploadTileBuffer TileBuffer,
int32  Width,
int32  Height,
int32  Border,
EPixelFormat  Format,
int32  MipLevel 
)

◆ UniformColorPixels()

bool UniformColorPixels ( const FVTUploadTileBuffer TileBuffer,
int32  Width,
int32  Height,
EPixelFormat  Format,
const uint8 Color 
)