![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| uint32 | FloatToBits (float f) |
| float | BitsToFloat (uint32 u) |
| uint32 | ToOrdered (float f) |
| float | FromOrdered (uint32 ordered) |
| float | NextafterNoSubnormal (float from, bool bStepRight) |
| float | NormalizeZeroForKey (float v) |
Adjacent representable normal-or-better float (FTZ-proof). Skips subnormals (snaps to ±FLT_MIN) and saturates at ±FLT_MAX.
Normalize -0.0f to +0.0f for use as a key (avoids phantom duplicates).