UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UInt8Quantize Namespace Reference

Functions

uint8 Compress (const double InValue)
 
double UnCompress (const uint8 InValue)
 
void Quantize (double &InOutValue)
 
bool WriteCompressed (const double Value, FArchive &Ar)
 
bool ReadCompressed (double &Value, FArchive &Ar)
 
bool Serialize (double &InOutValue, FArchive &Ar)
 

Function Documentation

◆ Compress()

uint8 UInt8Quantize::Compress ( const double  InValue)

◆ Quantize()

void UInt8Quantize::Quantize ( double InOutValue)

◆ ReadCompressed()

bool UInt8Quantize::ReadCompressed ( double Value,
FArchive Ar 
)

◆ Serialize()

bool UInt8Quantize::Serialize ( double InOutValue,
FArchive Ar 
)

◆ UnCompress()

double UInt8Quantize::UnCompress ( const uint8  InValue)

◆ WriteCompressed()

bool UInt8Quantize::WriteCompressed ( const double  Value,
FArchive Ar 
)