Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Operators
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
enum EUVEditorAlignDistributeGroupingMode
&123;
IndividualBoundingBoxes,
EnclosingBoundingBox,
IndividualVertices,
&125;
Values
| Name | Description |
|---|---|
| IndividualBoundingBoxes | Treat selection as individual connected components, moving each according to their bounding boxes. |
| EnclosingBoundingBox | Treat selection as a single unit, moving everything together and preserving relative positions. |
| IndividualVertices | Treat selection as isolated UV vertices, moving each UV independently of each other. |