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