Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVector2DHalf
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2DHalf & operator=
(
const FVector2f& Vector2D |
Assignment operator. | Math/Vector2DHalf.h | |
FVector2DHalf & operator=
(
const FVector2d& Vector2D |
LWC_TODO: Precision loss. | Math/Vector2DHalf.h |
operator=(const FVector2f &)
Description
Assignment operator.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf & operator=
(
const FVector2f & Vector2D
)
Parameters
| Name | Remarks |
|---|---|
| Vector2D | The value to assign. |
operator=(const FVector2d &)
Description
LWC_TODO: Precision loss.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h |
| Include Path | #include "Math/Vector2DHalf.h" |
FVector2DHalf & operator=
(
const FVector2d & Vector2D
)