Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVector2DHalf
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default Constructor (no initialization). | Math/Vector2DHalf.h | ||
FVector2DHalf
(
const FVector2f& Vector2D |
ConstructorVector2D float vector | Math/Vector2DHalf.h | |
FVector2DHalf
(
const FVector2d& Vector2D |
LWC_TODO: Precision loss. | Math/Vector2DHalf.h | |
FVector2DHalf
(
const FFloat16& InX, |
Constructor. | Math/Vector2DHalf.h | |
FVector2DHalf
(
float InX, |
ConstructorInX float X value Iny float Y value | Math/Vector2DHalf.h |
FVector2DHalf()
Description
Default Constructor (no initialization).
| Name | FVector2DHalf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf()
FVector2DHalf(const FVector2f &)
Description
Constructor
Vector2D float vector
| Name | FVector2DHalf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf
(
const FVector2f & Vector2D
)
FVector2DHalf(const FVector2d &)
Description
LWC_TODO: Precision loss.
| Name | FVector2DHalf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf
(
const FVector2d & Vector2D
)
FVector2DHalf(const FFloat16 &, const FFloat16 &)
Description
Constructor.
InX half float X value Iny half float Y value
FVector2DHalf inline functions
| Name | FVector2DHalf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf
(
const FFloat16 & InX,
const FFloat16 & InY
)
FVector2DHalf(float, float)
Description
Constructor
InX float X value Iny float Y value
| Name | FVector2DHalf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf
(
float InX,
float InY
)