Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
EMarqueeSelectionMode |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorViewportSettings.h |
| Include Path |
#include "Settings/LevelEditorViewportSettings.h" |
Syntax
enum EMarqueeSelectionMode
{
Crossing,
Window,
CrossLeft,
CrossRight,
}
Values
| Name |
Remarks |
| Crossing |
Selects anything the marquee touches. |
| Window |
Selects only items the marquee surrounds. |
| CrossLeft |
When dragging to the left, select anything the marquee touches. |
| CrossRight |
When dragging to the right, select anything the marquee touches. |