UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ModularQuantize::TCompressedFloatDetails< MaxValue, NumBits > Struct Template Reference

#include <ModuleInput.h>

Static Public Attributes

static constexpr int32 MaxBitValue = (1 << (NumBits - 1)) - 1
 
static constexpr int32 Bias = (1 << (NumBits - 1))
 
static constexpr int32 SerIntMax = (1 << (NumBits - 0))
 
static constexpr int32 MaxDelta = (1 << (NumBits - 0)) - 1
 

Member Data Documentation

◆ Bias

template<int32 MaxValue, uint32 NumBits>
constexpr int32 ModularQuantize::TCompressedFloatDetails< MaxValue, NumBits >::Bias = (1 << (NumBits - 1))
staticconstexpr

◆ MaxBitValue

template<int32 MaxValue, uint32 NumBits>
constexpr int32 ModularQuantize::TCompressedFloatDetails< MaxValue, NumBits >::MaxBitValue = (1 << (NumBits - 1)) - 1
staticconstexpr

◆ MaxDelta

template<int32 MaxValue, uint32 NumBits>
constexpr int32 ModularQuantize::TCompressedFloatDetails< MaxValue, NumBits >::MaxDelta = (1 << (NumBits - 0)) - 1
staticconstexpr

◆ SerIntMax

template<int32 MaxValue, uint32 NumBits>
constexpr int32 ModularQuantize::TCompressedFloatDetails< MaxValue, NumBits >::SerIntMax = (1 << (NumBits - 0))
staticconstexpr

The documentation for this struct was generated from the following file: