Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MarqueeRect.h |
| Include | #include "Framework/MarqueeRect.h" |
Syntax
struct FMarqueeRect
Remarks
A convenient representation of a marquee selection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | EndPoint | Where the user has dragged to so far | |
| FVector2D | StartPoint | Where the user began the marquee selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMarqueeRect
(
FVector2D InStartPoint |
Make a default marquee selection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | |||
| FVector2D | GetSize () |
The size of the selection | |
| FVector2D | GetUpperLeft () |
||
| bool | IsValid () |
||
| FSlateRect | ToSlateRect () |
||
| void | UpdateEndPoint
(
FVector2D NewEndPoint |
Update the location to which the user has dragged the marquee selection so far |