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