USkeletalMesh::CopyImportedData

Static function that copy the LOD import data from a source skeletal mesh to a destination skeletal mesh

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp

Syntax

static void CopyImportedData
(
    int32 SrcLODIndex,
    USkeletalMesh * SrcSkeletalMesh,
    int32 DestLODIndex,
    USkeletalMesh * DestSkeletalMesh
)

Remarks

Static function that copy the LOD import data from a source skeletal mesh to a destination skeletal mesh

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