Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Transform Pivot Mode
| Name | EUVEditorPivotType |
| Type | enum |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include Path | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
enum EUVEditorPivotType
{
BoundingBoxCenter,
Origin,
IndividualBoundingBoxCenter,
Manual,
}
Values
| Name | Remarks |
|---|---|
| BoundingBoxCenter | Pivot around the collective center of all island bounding boxes |
| Origin | Pivot around the global origin point |
| IndividualBoundingBoxCenter | Pivot around each island's bounding box center |
| Manual | Pivot around a user specified point |