Navigation
API > API/Runtime > API/Runtime/Core
32 bit float components
| Name | FFloat32 |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Float32.h |
| Include Path | #include "Math/Float32.h" |
Syntax
class FFloat32
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFloat32
(
float InValue |
Constructor | Math/Float32.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Components | FFloat32 | Math/Float32.h | ||
| Exponent | uint32 | Math/Float32.h | ||
| FFloat32 | union FFloat32 | Math/Float32.h | ||
| FloatValue | float | Math/Float32.h | ||
| Mantissa | uint32 | Math/Float32.h | ||
| Sign | uint32 | Math/Float32.h |