FSkeletalMeshMerge::DoMerge

Merge/Composite skeleton and meshes together from the list of source meshes.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SkeletalMeshMerge.h

Include

#include "SkeletalMeshMerge.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMeshMerge.cpp

Syntax

bool DoMerge
(
    TArray< FRefPoseOverride > * RefPoseOverrides
)

Remarks

Merge/Composite skeleton and meshes together from the list of source meshes. Merge/Composite the list of source meshes onto the merge one The MergeMesh is reinitialized

Returns

true if succeeded

Parameters

Parameter

Description

RefPoseOverrides

An optional override for the merged skeleton's reference pose.