Duplicate Skeletal Mesh
Last updated
Last updated
Duplicate a Skeletal Mesh. It duplicates, cloth, physics and LOD data. Morph Targets are not transferred to the duplicate.
This functionality is available only for UE 5.2 and above
Useful to instance skeletal mesh before applying Standalone Morph Targets.
Outer
Object Reference
Outer used for the duplicate Skeletal Mesh
SkeletalMesh
Skeletal Mesh Object Reference
Skeletal Mesh to duplicate
bNeedsCPUAccess
boolean
Whether to enable CPU Access for the duplicate mesh
Return Value
Skeletal Mesh Object Reference
Returns nullptr if duplicating fails.