Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | UE::Geometry::EUVEditorDistributeModeBackend |
| 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 EUVEditorDistributeModeBackend
{
None,
LeftEdges,
RightEdges,
TopEdges,
BottomEdges,
CentersVertically,
CentersHorizontally,
VerticalSpace,
HorizontalSpace,
MinimallyRemoveOverlap,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| LeftEdges | |
| RightEdges | |
| TopEdges | |
| BottomEdges | |
| CentersVertically | |
| CentersHorizontally | |
| VerticalSpace | |
| HorizontalSpace | |
| MinimallyRemoveOverlap |