Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletalMeshLODModel
Description
Fills in a representation of this model into the given mesh description object. Existing mesh description data is emptied.
| Name | GetMeshDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODModel.h |
| Include Path | #include "Rendering/SkeletalMeshLODModel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshLODModel.cpp |
void GetMeshDescription
(
const USkeletalMesh * InSkeletalMesh,
const int32 InLODIndex,
FMeshDescription & OutMeshDescription
) const