Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletalMeshMerge
Description
Creates the merged mesh from the 'SrcMeshList' (note, this should only be called after MergeSkeleton()). Use when the reference skeleton is needed prior to finalizing the merged meshes (do not use with DoMerge()).
| Name | FinalizeMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SkeletalMeshMerge.h |
| Include Path | #include "SkeletalMeshMerge.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshMerge.cpp |
bool FinalizeMesh()
'true' if successful; 'false' otherwise.