Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FDeprecateSlateVector2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDeprecateSlateVector2D & operator=
(
const FVector2f& InValue |
Copy-assignment from another vector | Types/SlateVector2.h | |
FDeprecateSlateVector2D & operator=
(
const FVector2d& InValue |
Types/SlateVector2.h | ||
FDeprecateSlateVector2D & operator=
(
const FIntPoint& InValue |
Types/SlateVector2.h |
operator=(const FVector2f &)
Description
Copy-assignment from another vector
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h |
| Include Path | #include "Types/SlateVector2.h" |
FDeprecateSlateVector2D & operator=
(
const FVector2f & InValue
)
operator=(const FVector2d &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h |
| Include Path | #include "Types/SlateVector2.h" |
FDeprecateSlateVector2D & operator=
(
const FVector2d & InValue
)
operator=(const FIntPoint &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h |
| Include Path | #include "Types/SlateVector2.h" |
FDeprecateSlateVector2D & operator=
(
const FIntPoint & InValue
)