TransformRect

Transforms a rect by the given transform.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRotatedRect.h

Include

#include "Layout/SlateRotatedRect.h"

Syntax

template<typename TransformType>
FSlateRotatedRect TransformRect
(
    const TransformType & Transform,
    const FSlateRotatedRect & Rect
)

Remarks

Transforms a rect by the given transform.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss