Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Editor.h |
| Include | #include "Editor.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/StaticMeshEdit.cpp |
void MergeStaticMesh
(
UStaticMesh * DestMesh,
UStaticMesh * SourceMesh,
const FMergeStaticMeshParams & Params
)
Remarks
Merges SourceMesh into DestMesh, applying transforms along the way
Parameters
| Name | Description |
|---|---|
| DestMesh | The static mesh that will have SourceMesh merged into |
| SourceMesh | The static mesh to merge in to DestMesh |
| Params | Settings for the merge |