![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FloatPacker.h>
Public Types | |
| enum | { MantissaBits = 23 } |
| enum | { ExponentBits = 8 } |
| enum | { SignShift = 31 } |
| enum | { ExponentBias = 127 } |
| enum | { MantissaMask = 0x007fffff } |
| enum | { ExponentMask = 0x7f800000 } |
| enum | { SignMask = 0x80000000 } |
| typedef float | FloatType |
| typedef uint32 | PackedType |
Static Public Member Functions | |
| static PackedType | ToPackedType (FloatType Value) |
| static FloatType | ToFloatType (PackedType Value) |
|
inlinestatic |
|
inlinestatic |