Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFloat16
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFloat16 () |
Default constructor | Math/Float16.h | |
| Copy constructor. | Math/Float16.h | ||
FFloat16
(
float FP32Value |
Conversion constructor. Convert from Fp32 to Fp16. | Math/Float16.h |
FFloat16()
Description
Default constructor
| Name | FFloat16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Float16.h |
| Include Path | #include "Math/Float16.h" |
FFloat16()
FFloat16(const FFloat16 &)
Description
Copy constructor.
| Name | FFloat16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Float16.h |
| Include Path | #include "Math/Float16.h" |
FFloat16
(
const FFloat16 & FP16Value
)
FFloat16(float)
Description
Conversion constructor. Convert from Fp32 to Fp16.
| Name | FFloat16 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Float16.h |
| Include Path | #include "Math/Float16.h" |
FFloat16
(
float FP32Value
)