Navigation
API > API/Runtime > API/Runtime/CorePreciseFP > API/Runtime/CorePreciseFP/VFloat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr VFloat () |
Default initialize to zero. | VerseVM/VVMFloat.h | |
VFloat
(
double InValue |
VerseVM/VVMFloat.h |
VFloat()
Description
Default initialize to zero.
| Name | VFloat |
| Type | function |
| Header File | /Engine/Source/Runtime/CorePreciseFP/Public/VerseVM/VVMFloat.h |
| Include Path | #include "VerseVM/VVMFloat.h" |
constexpr VFloat()
VFloat(double)
| Name | VFloat |
| Type | function |
| Header File | /Engine/Source/Runtime/CorePreciseFP/Public/VerseVM/VVMFloat.h |
| Include Path | #include "VerseVM/VVMFloat.h" |
VFloat
(
double InValue
)