Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | UUVEditorBaseTransformToolBuilder |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorTransformTool.h |
| Include Path | #include "UVEditorTransformTool.h" |
Syntax
UCLASS (MinimalAPI)
class UUVEditorBaseTransformToolBuilder : public UInteractiveToolBuilder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolBuilder → UUVEditorBaseTransformToolBuilder
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Targets | const TArray< TObjectPtr< UUVEditorToolMeshInput > > * | This is a pointer so that it can be updated under the builder without having to set it in the mode after initializing targets. | UVEditorTransformTool.h |