UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CompactBinary::Private::FIntegerParams Struct Reference

#include <CompactBinary.h>

Public Attributes

uint32 IsSigned: 1
 
uint32 MagnitudeBits: 31
 

Detailed Description

Parameters for converting to an integer.

Member Data Documentation

◆ IsSigned

uint32 UE::CompactBinary::Private::FIntegerParams::IsSigned

Whether the output type has a sign bit.

◆ MagnitudeBits

uint32 UE::CompactBinary::Private::FIntegerParams::MagnitudeBits

Bits of magnitude. (7 for int8)


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