Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | FUVEditorUVTransformOp |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include Path | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
class FUVEditorUVTransformOp : public UE::Geometry::FUVEditorUVTransformBaseOp
Inheritance Hierarchy
- FDynamicMeshOperator → FUVEditorUVTransformBaseOp → FUVEditorUVTransformOp
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FUVEditorUVTransformOp() |
Operators/UVEditorUVTransformOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ManualPivot | FVector2D | Operators/UVEditorUVTransformOp.h | ||
| PivotMode | EUVEditorPivotTypeBackend | Operators/UVEditorUVTransformOp.h | ||
| QuickRotation | float | Operators/UVEditorUVTransformOp.h | ||
| QuickTranslation | FVector2D | Inputs | Operators/UVEditorUVTransformOp.h | |
| Rotation | float | Operators/UVEditorUVTransformOp.h | ||
| Scale | FVector2D | Operators/UVEditorUVTransformOp.h | ||
| Translation | FVector2D | Operators/UVEditorUVTransformOp.h | ||
| TranslationMode | EUVEditorTranslationModeBackend | Operators/UVEditorUVTransformOp.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2f GetPivotFromMode
(
int32 ElementID, |
Operators/UVEditorUVTransformOp.h |
Overridden from FUVEditorUVTransformBaseOp
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleTransformationOp
(
FProgressCancel* Progress |
Operators/UVEditorUVTransformOp.h |