Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Float32.h |
Include | #include "Math/Float32.h" |
Syntax
class FFloat32
Remarks
32 bit float components
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
union FFloat32::@395 | @396 | |
![]() |
FFloat32::@395::@397 | Components | |
![]() |
uint32: 8 | Exponent | |
![]() |
float | FloatValue | |
![]() |
uint32: 23 | Mantissa | |
![]() |
uint32: 1 | Sign |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FFloat32
(
float InValue |
Constructor |