Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Rendering > FSkeletalMeshLODModel
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODModel.h |
Include | #include "Rendering/SkeletalMeshLODModel.h" |
static FSkeletalMeshLODModel &42; CreateCopy
&40;
const FSkeletalMeshLODModel &42; Other
&41;
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.