Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMultiSelectionMeshEditingToolBuilder
- UUVLayoutToolBuilder
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/UVLayoutTool.h |
| Include | #include "UVLayoutTool.h" |
Syntax
UCLASS&40;&41;
class UUVLayoutToolBuilder : public UMultiSelectionMeshEditingToolBuilder
Overridden from UMultiSelectionMeshEditingToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UMultiSelectionMeshEditingTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |