![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MarqueeRect.h>
Public Member Functions | |
| FMarqueeRect (UE::Slate::FDeprecateVector2DParameter InStartPoint=FVector2f::ZeroVector) | |
| void | UpdateEndPoint (const UE::Slate::FDeprecateVector2DParameter &NewEndPoint) |
| bool | IsValid () const |
| UE::Slate::FDeprecateVector2DResult | GetUpperLeft () const |
| UE::Slate::FDeprecateVector2DResult | GetLowerRight () const |
| UE::Slate::FDeprecateVector2DResult | GetSize () const |
| FSlateRect | ToSlateRect () const |
Public Attributes | |
| FDeprecateSlateVector2D | StartPoint |
| FDeprecateSlateVector2D | EndPoint |
A convenient representation of a marquee selection
|
inline |
Make a default marquee selection
|
inline |
|
inline |
The size of the selection
|
inline |
|
inline |
|
inline |
|
inline |
Update the location to which the user has dragged the marquee selection so far
| NewEndPoint | Where the user has dragged so far. |
| FDeprecateSlateVector2D FMarqueeRect::EndPoint |
Where the user has dragged to so far
| FDeprecateSlateVector2D FMarqueeRect::StartPoint |
Where the user began the marquee selection