FMarqueeRect

A convenient representation of a marquee selection

Windows
MacOS
Linux

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

Name Description

Public variable

FVector2D

 

EndPoint

Where the user has dragged to so far

Public variable

FVector2D

 

StartPoint

Where the user began the marquee selection

Constructors

Name Description

Public function

FMarqueeRect

(
    FVector2D InStartPoint
)

Make a default marquee selection

Functions

Name Description

Public function Const

FVector2D

 

GetLowerRight()

Public function Const

FVector2D

 

GetSize()

The size of the selection

Public function Const

FVector2D

 

GetUpperLeft()

Public function Const

bool

 

IsValid()

Public function Const

FSlateRect

 

ToSlateRect()

Public function

void

 

UpdateEndPoint

(
    FVector2D NewEndPoint
)

Update the location to which the user has dragged the marquee selection so far

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