Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UUVEditorSeamToolBuilder
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorSeamTool.h |
| Include | #include "UVEditorSeamTool.h" |
Syntax
UCLASS&40;&41;
class UUVEditorSeamToolBuilder : public UInteractiveToolBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TArray< TObjectPtr< UUVEditorToolMeshInput > > * | Targets | These are pointers so that they can be updated under the builder without having to reset them after things are reinitialized. |
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UInteractiveTool * | BuildTool
(
const FToolBuilderState& SceneState |
Create a new instance of this builder's Tool | |
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |