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