Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Translation Mode
| Name | EUVEditorTranslationMode |
| Type | enum |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include Path | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
enum EUVEditorTranslationMode
{
Relative,
Absolute,
}
Values
| Name | Remarks |
|---|---|
| Relative | Move elements relative to their current position by the amount specified |
| Absolute | Move elements such that the transform origin is placed at the value specified |