FSkeletalMeshMerge::FinalizeMesh

Creates the merged mesh from the 'SrcMeshList' (note, this should only be called after [MergeSkeleton()](API\Runtime\Engine\FSkeletalMeshMerge\MergeSkeleton)).

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 FinalizeMesh()

Remarks

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()).

Returns

'true' if successful; 'false' otherwise.

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