![]() |
Ark Server API (ASA) - Wiki
|
#include <Float32.h>
Public Member Functions | |
| FFloat32 (float InValue=0.0f) | |
Public Attributes | ||
| union { | ||
| struct { | ||
| uint32 Sign: 1 | ||
| uint32 Exponent: 8 | ||
| uint32 Mantissa: 23 | ||
| } Components | ||
| float FloatValue | ||
| }; | ||
| FORCEINLINE FFloat32::FFloat32 | ( | float | InValue = 0.0f | ) |
| union { ... } FFloat32 |
| struct { ... } FFloat32::Components |