Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateRect
(
const UE::Slate::FDeprecateVector2DParameter& InStartPos, |
Layout/SlateRect.h | ||
FSlateRect
(
float InLeft, |
Layout/SlateRect.h |
FSlateRect(const UE::Slate::FDeprecateVector2DParameter &, const UE::Slate::FDeprecateVector2DParameter &)
| Name | FSlateRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h |
| Include Path | #include "Layout/SlateRect.h" |
FSlateRect
(
const UE::Slate::FDeprecateVector2DParameter & InStartPos,
const UE::Slate::FDeprecateVector2DParameter & InEndPos
)
FSlateRect(float, float, float, float)
| Name | FSlateRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h |
| Include Path | #include "Layout/SlateRect.h" |
FSlateRect
(
float InLeft,
float InTop,
float InRight,
float InBottom
)