Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Selection > API/Plugins/UVEditorTools/Selection/UUVToolSelectionAPI
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include | #include "Selection/UVToolSelectionAPI.h" |
Syntax
enum EUVEditorSelectionMode
&123;
None,
Vertex,
Edge,
Triangle,
Island,
Mesh,
&125;
Values
| Name | Description |
|---|---|
| None | When None, means that mechanic will not select anything. |
| Vertex | |
| Edge | |
| Triangle | |
| Island | |
| Mesh |
Remarks
Mode of operation for the selection mechanic.