Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | EUVEditorSeamMode |
| Type | enum |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorSeamTool.h |
| Include Path | #include "UVEditorSeamTool.h" |
Syntax
enum EUVEditorSeamMode
{
Cut = 0,
Join = 1,
}
Values
| Name | Remarks |
|---|---|
| Cut | Marked path will cut the UV island, creating new seams. |
| Join | Marked path will join the UV island, removing seams. |