Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UUVEditorMechanicAdapterTool
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorMechanicAdapterTool.h |
| Include | #include "UVEditorMechanicAdapterTool.h" |
Syntax
UCLASS&40;&41;
class UUVEditorMechanicAdapterTool : public UInteractiveTool
Remarks
This is a dummy tool that only exists to make it possible for mechanics to be used in outside of an actual tool. The tool can be passed in to the mechanics' Setup() calls. If necessary, the behaviors can be extracted via GetInputBehaviors() to be placed into an input router.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UInteractiveToolManager * | ToolManager |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| UInteractiveToolManager * |