Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | EUVEditorAlignDirection |
| Type | enum |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include Path | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
enum EUVEditorAlignDirection
{
None,
Top,
Bottom,
Left,
Right,
CenterVertically,
CenterHorizontally,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Top | |
| Bottom | |
| Left | |
| Right | |
| CenterVertically | |
| CenterHorizontally |