Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Inheritance Hierarchy
- IUVEditorGenericBuildableTool
- UUVEditorBrushSelectTool
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorToolBase.h |
| Include | #include "UVEditorToolBase.h" |
Syntax
class IUVEditorGenericBuildableTool
Remarks
Interface that allows a component to receive various gizmo-specific callbacks while still inheriting from some class other than UGizmoBaseComponent.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetTargets
(
const TArray< TObjectPtr< UUVEditorToolMeshInput > >& TargetsIn |