MergeStaticMesh

Merges SourceMesh into DestMesh, applying transforms along the way

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Editor.h

Include

#include "Editor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/StaticMeshEdit.cpp

Syntax

void MergeStaticMesh
(
    UStaticMesh * DestMesh,
    UStaticMesh * SourceMesh,
    const FMergeStaticMeshParams & Params
)

Remarks

Merges SourceMesh into DestMesh, applying transforms along the way

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss