![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CompactBinary.h>
Public Attributes | |
| uint32 | IsSigned: 1 |
| uint32 | MagnitudeBits: 31 |
Parameters for converting to an integer.
| uint32 UE::CompactBinary::Private::FIntegerParams::IsSigned |
Whether the output type has a sign bit.
| uint32 UE::CompactBinary::Private::FIntegerParams::MagnitudeBits |
Bits of magnitude. (7 for int8)