Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateRotatedRect
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSlateRotatedRect MakeRotatedRect
(
const FSlateRect& ClipRectInLayoutWindowSpace, |
Layout/SlateRotatedRect.h | ||
static FSlateRotatedRect MakeRotatedRect
(
const FSlateRect& ClipRectInLayoutWindowSpace, |
Layout/SlateRotatedRect.h |
MakeRotatedRect(const FSlateRect &, const FTransform2f &)
| Name | MakeRotatedRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRotatedRect.h |
| Include Path | #include "Layout/SlateRotatedRect.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Layout/SlateRotatedRect.cpp |
static FSlateRotatedRect MakeRotatedRect
(
const FSlateRect & ClipRectInLayoutWindowSpace,
const FTransform2f & LayoutToRenderTransform
)
MakeRotatedRect(const FSlateRect &, const FSlateLayoutTransform &, const FSlateRenderTransform &)
| Name | MakeRotatedRect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRotatedRect.h |
| Include Path | #include "Layout/SlateRotatedRect.h" |
static FSlateRotatedRect MakeRotatedRect
(
const FSlateRect & ClipRectInLayoutWindowSpace,
const FSlateLayoutTransform & InverseLayoutTransform,
const FSlateRenderTransform & RenderTransform
)