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.
Parameter | Description |
---|---|
Outer
| Outer used for the duplicate Skeletal Mesh |
SkeletalMesh
| Skeletal Mesh to duplicate |
bNeedsCPUAccess
| Whether to enable CPU Access for the duplicate mesh |
Parameter | Description |
---|---|
Return Value
| Returns nullptr if duplicating fails. |