Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
UParameterizeMeshTool automatically decomposes the input mesh into charts, solves for UVs, and then packs the resulting charts
| Name | UParameterizeMeshTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/ParameterizeMeshTool.h |
| Include Path | #include "ParameterizeMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UParameterizeMeshTool :
public USingleSelectionMeshEditingTool ,
public IInteractiveToolManageGeometrySelectionAPI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleSelectionMeshEditingTool → UParameterizeMeshTool
Implements Interfaces
Functions
Public
Overridden from USingleSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
ParameterizeMeshTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
ParameterizeMeshTool.h | ||
virtual bool HasAccept() |
ParameterizeMeshTool.h | ||
virtual bool HasCancel() |
ParameterizeMeshTool.h | ||
| ParameterizeMeshTool.h | |||
virtual void OnTick
(
float DeltaTime |
ParameterizeMeshTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
ParameterizeMeshTool.h | ||
virtual void Setup() |
ParameterizeMeshTool.h |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsInputSelectionValidOnOutput() |
IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. | ParameterizeMeshTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnMethodTypeChanged() |
ParameterizeMeshTool.h | ||
void OnPreviewMeshUpdated() |
ParameterizeMeshTool.h |