Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| |
|
| Name |
UE::Geometry::EUVEditorAlignAnchorBackend |
| 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 EUVEditorAlignAnchorBackend
{
UDIMTile,
BoundingBox,
Manual,
}
}
}
Values
| Name |
Remarks |
| UDIMTile |
FirstItem, // TODO: Support this later once we have support in the Selection API. |
| BoundingBox |
|
| Manual |
|