Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Mesh Weld Edges Tool
| Name | UWeldMeshEdgesTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/WeldMeshEdgesTool.h |
| Include Path | #include "WeldMeshEdgesTool.h" |
Syntax
UCLASS (MinimalAPI)
class UWeldMeshEdgesTool : public USingleTargetWithSelectionTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleTargetWithSelectionTool → UWeldMeshEdgesTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UWeldMeshEdgesTool() |
WeldMeshEdgesTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateOpParameters
(
FWeldMeshEdgesOp& Op |
Update parameters in FWeldMeshEdgesOp based on current Settings | WeldMeshEdgesTool.h |
Overridden from USingleTargetWithSelectionTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
WeldMeshEdgesTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
WeldMeshEdgesTool.h | ||
virtual bool HasAccept() |
WeldMeshEdgesTool.h | ||
virtual bool HasCancel() |
WeldMeshEdgesTool.h | ||
virtual void OnTick
(
float DeltaTime |
WeldMeshEdgesTool.h | ||
virtual void Setup() |
WeldMeshEdgesTool.h |