Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Operators
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UUVEditorUVTransformPropertiesBase
- UUVEditorUVTransformProperties
- UUVEditorUVQuickTransformProperties
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Operators/UVEditorUVTransformOp.h |
| Include | #include "Operators/UVEditorUVTransformOp.h" |
Syntax
UCLASS ()
class UUVEditorUVQuickTransformProperties : public UUVEditorUVTransformProperties
Remarks
UV Quick Transform Only Settings
We are using a subclass here to "trick" the details customization system, allowing us to reuse a lot of the logic without having to build new operators or new customizations.
See FUVEditorUVTransformToolDetails and FUVEditorUVQuickTransformToolDetails, where we provide two customizations which present different views of the "same" properties - one with all settings and one with simply the quick transform settings. This is designed to be used in the future where we want to provide a quick translate "tool" when no other tools are running.