Navigation
API > API/Plugins > API/Plugins/UVEditorTools
UV Transform Settings
| Name | UUVEditorUVTransformProperties |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include Path | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
UCLASS (MinimalAPI)
class UUVEditorUVTransformProperties : public UUVEditorUVTransformPropertiesBase
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UUVEditorUVTransformPropertiesBase → UUVEditorUVTransformProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UUVEditorUVTransformPropertiesBase → UUVEditorUVTransformProperties
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClampMax | Operators/UVEditorUVTransformOp.h |
|
||
| ClampMin | Operators/UVEditorUVTransformOp.h |
|
||
| EditCondition | Manual Transformation origin point | Operators/UVEditorUVTransformOp.h |
|
|
| EditConditionHides | Operators/UVEditorUVTransformOp.h |
|
||
| HideEditConditionToggle | Operators/UVEditorUVTransformOp.h |
|
||
| PivotMode | EUVEditorPivotType | Transformation origin mode used for scaling and rotation | Operators/UVEditorUVTransformOp.h |
|
| QuickRotation | float | Operators/UVEditorUVTransformOp.h |
|
|
| QuickTranslateOffset | float | Operators/UVEditorUVTransformOp.h |
|
|
| QuickTranslation | FVector2D | Operators/UVEditorUVTransformOp.h |
|
|
| Scale | FVector2D | Scale applied to UVs, potentially non-uniform | Operators/UVEditorUVTransformOp.h |
|
| Translation | FVector2D | Translation applied to UVs, and after scaling and rotation | Operators/UVEditorUVTransformOp.h |
|
| TranslationMode | EUVEditorTranslationMode | Translation applied to UVs, and after scaling and rotation | Operators/UVEditorUVTransformOp.h |
|
| UIMax | Operators/UVEditorUVTransformOp.h |
|
||
| UIMin | Rotation applied to UVs after scaling, specified in degrees | Operators/UVEditorUVTransformOp.h |
|