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