Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Selection update type when the marquee rectangle has changed.
| Name | EMarqueeSelectionUpdateType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/MeshTopologySelectionMechanic.h |
| Include Path | #include "Selection/MeshTopologySelectionMechanic.h" |
Syntax
enum EMarqueeSelectionUpdateType
{
OnDrag,
OnTickAndRelease,
OnRelease,
}
Values
| Name | Remarks |
|---|---|
| OnDrag | |
| OnTickAndRelease | |
| OnRelease |