FSkeletalMeshMerge::DoMerge

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

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.

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