Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- USingleTargetWithSelectionTool
- UWeldMeshEdgesTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/WeldMeshEdgesTool.h |
| Include | #include "WeldMeshEdgesTool.h" |
Syntax
UCLASS ()
class UWeldMeshEdgesTool : public USingleTargetWithSelectionTool
Remarks
Mesh Weld Edges Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMeshElementsVisualizer > | MeshElementsDisplay | ||
| TObjectPtr< UWeldMeshEdgesOperatorFactory > | OperatorFactory | ||
| TObjectPtr< UMeshOpPreviewWithBackgroundCompute > | PreviewCompute | ||
| TSet< int32 > | SelectedEdges | If there is an active selection, SelectedEdges will be initialized. | |
| TObjectPtr< UWeldMeshEdgesToolProperties > | Settings | ||
| TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | SourceMesh |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateOpParameters
(
FWeldMeshEdgesOp& Op |
Update parameters in FWeldMeshEdgesOp based on current Settings |
Overridden from USingleTargetWithSelectionTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |