Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- UParameterizeMeshTool
References
| Module | MeshModelingToolsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/ParameterizeMeshTool.h |
| Include | #include "ParameterizeMeshTool.h" |
Syntax
UCLASS&40;&41;
class UParameterizeMeshTool : public USingleSelectionMeshEditingTool
Remarks
UParameterizeMeshTool automatically decomposes the input mesh into charts, solves for UVs, and then packs the resulting charts
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCreateUVLayoutViewOnSetup | ||
| TObjectPtr< UParameterizeMeshOperatorFactory > | Factory | ||
| TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | InputMesh | ||
| TObjectPtr< UExistingMeshMaterialProperties > | MaterialSettings | ||
| TObjectPtr< UParameterizeMeshToolPatchBuilderProperties > | PatchBuilderProperties | ||
| TObjectPtr< UPolygroupLayersProperties > | PolygroupLayerProperties | ||
| TObjectPtr< UMeshOpPreviewWithBackgroundCompute > | Preview | ||
| TObjectPtr< UParameterizeMeshToolProperties > | Settings | ||
| TObjectPtr< UParameterizeMeshToolUVAtlasProperties > | UVAtlasProperties | ||
| TObjectPtr< UMeshUVChannelProperties > | UVChannelProperties | ||
| TObjectPtr< UUVLayoutPreview > | UVLayoutView | ||
| TObjectPtr< UParameterizeMeshToolXAtlasProperties > | XAtlasProperties |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |
Overridden from USingleSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes | |
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |