Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FSkeletalMeshLODModel
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODModel.h |
| Include | #include "Rendering/SkeletalMeshLODModel.h" |
static FSkeletalMeshLODModel * CreateCopy
(
const FSkeletalMeshLODModel * Other
)
Remarks
Create a new FSkeletalMeshLODModel on the heap. Copy data from the "FSkeletalMeshLODModel* Other" to the just created LODModel return the heap allocated LODModel. This function is thread safe since its use the thread safe CopyStructure function to copy the data from Other.