Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDFScalar
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDFScalar () |
Math/DoubleFloat.h | ||
FDFScalar
(
double In |
Math/DoubleFloat.h | ||
FDFScalar
(
float High, |
Math/DoubleFloat.h |
FDFScalar()
| Name | FDFScalar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/DoubleFloat.h |
| Include Path | #include "Math/DoubleFloat.h" |
FDFScalar()
FDFScalar(double)
| Name | FDFScalar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/DoubleFloat.h |
| Include Path | #include "Math/DoubleFloat.h" |
FDFScalar
(
double In
)
FDFScalar(float, float)
| Name | FDFScalar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/DoubleFloat.h |
| Include Path | #include "Math/DoubleFloat.h" |
FDFScalar
(
float High,
float Low
)