Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateRotatedRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default ctor. | Layout/SlateRotatedRect.h | ||
FSlateRotatedRect
(
const FSlateRect& AlignedRect |
Construct a rotated rect from a given aligned rect. | Layout/SlateRotatedRect.h | |
FSlateRotatedRect
(
const UE::Slate::FDeprecateVector2DParameter& InTopLeft, |
Per-element constructor. | Layout/SlateRotatedRect.h |
FSlateRotatedRect()
Description
Default ctor.
| Name | FSlateRotatedRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRotatedRect.h |
| Include Path | #include "Layout/SlateRotatedRect.h" |
FSlateRotatedRect()
FSlateRotatedRect(const FSlateRect &)
Description
Construct a rotated rect from a given aligned rect.
| Name | FSlateRotatedRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRotatedRect.h |
| Include Path | #include "Layout/SlateRotatedRect.h" |
FSlateRotatedRect
(
const FSlateRect & AlignedRect
)
FSlateRotatedRect(const UE::Slate::FDeprecateVector2DParameter &, const UE::Slate::FDeprecateVector2DParameter &, const UE::Slate::FDeprecateVector2DParameter &)
Description
Per-element constructor.
| Name | FSlateRotatedRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRotatedRect.h |
| Include Path | #include "Layout/SlateRotatedRect.h" |
FSlateRotatedRect
(
const UE::Slate::FDeprecateVector2DParameter & InTopLeft,
const UE::Slate::FDeprecateVector2DParameter & InExtentX,
const UE::Slate::FDeprecateVector2DParameter & InExtentY
)