Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FDeprecateSlateVector2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/SlateVector2.h | |||
FDeprecateSlateVector2D
(
FVector2f InValue |
Construction from another vector | Types/SlateVector2.h | |
FDeprecateSlateVector2D
(
float InX, |
Explicit construction from single-precision component values | Types/SlateVector2.h |
FDeprecateSlateVector2D()
| Name | FDeprecateSlateVector2D |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h |
| Include Path | #include "Types/SlateVector2.h" |
FDeprecateSlateVector2D()
FDeprecateSlateVector2D(FVector2f)
Description
Construction from another vector
| Name | FDeprecateSlateVector2D |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h |
| Include Path | #include "Types/SlateVector2.h" |
FDeprecateSlateVector2D
(
FVector2f InValue
)
FDeprecateSlateVector2D(float, float)
Description
Explicit construction from single-precision component values
| Name | FDeprecateSlateVector2D |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h |
| Include Path | #include "Types/SlateVector2.h" |
FDeprecateSlateVector2D
(
float InX,
float InY
)