Duplicate Skeletal Mesh

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.

Inputs

ParameterDescription

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

Outputs

ParameterDescription

Return Value

Skeletal Mesh Object Reference

Returns nullptr if duplicating fails.

Last updated