Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| |
|
| Name |
EUVEditorAlignAnchor |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include Path |
#include "Operators/UVEditorUVTransformOp.h" |
Syntax
enum EUVEditorAlignAnchor
{
BoundingBox,
UDIMTile,
Manual,
}
Values
| Name |
Remarks |
| BoundingBox |
Align relative to the collective bounding box of all islands |
| UDIMTile |
Align relative to the local UDIM tile containing the island |
| Manual |
Align relative to a user specified point |