88template <
typename TransformType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FSlateRotatedRect TransformRect(const TransformType &Transform, const FSlateRotatedRect &Rect)
Definition SlateRotatedRect.h:89
Definition SlateRect.h:26
Definition SlateRotatedRect.h:20
static FSlateRotatedRect MakeRotatedRect(const FSlateRect &ClipRectInLayoutWindowSpace, const FSlateLayoutTransform &InverseLayoutTransform, const FSlateRenderTransform &RenderTransform)
Definition SlateRotatedRect.h:67
FVector2f TopLeft
Definition SlateRotatedRect.h:44
static FSlateRotatedRect MakeSnappedRotatedRect(const FSlateRect &ClipRectInLayoutWindowSpace, const FSlateLayoutTransform &InverseLayoutTransform, const FSlateRenderTransform &RenderTransform)
Definition SlateRotatedRect.h:74
SLATECORE_API FSlateRect ToBoundingRect() const
Definition SlateRotatedRect.cpp:7
FSlateRotatedRect(const FSlateRect &AlignedRect)
Definition SlateRotatedRect.h:26
SLATECORE_API bool IsUnderLocation(const UE::Slate::FDeprecateVector2DParameter Location) const
Definition SlateRotatedRect.cpp:24
bool operator==(const FSlateRotatedRect &Other) const
Definition SlateRotatedRect.h:51
FVector2f ExtentY
Definition SlateRotatedRect.h:48
FSlateRotatedRect(const UE::Slate::FDeprecateVector2DParameter &InTopLeft, const UE::Slate::FDeprecateVector2DParameter &InExtentX, const UE::Slate::FDeprecateVector2DParameter &InExtentY)
Definition SlateRotatedRect.h:34
FSlateRotatedRect()
Definition SlateRotatedRect.h:23
FVector2f ExtentX
Definition SlateRotatedRect.h:46
Definition LinuxPlatformSplash.cpp:43
Definition SlateVector2.h:485