Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletalMeshImportData
Description
Returns a mesh description from the import data. If logging on failures is required, pass in a pointer to the owning skeletal mesh. Otherwise, leave as a `nullptr_.
| Name | GetMeshDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h |
| Include Path | #include "Rendering/SkeletalMeshLODImporterData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Rendering/SkeletalMeshLODImporterData.cpp |
bool GetMeshDescription
(
const USkeletalMesh * InSkeletalMesh,
const FSkeletalMeshBuildSettings * InBuildSettings,
FMeshDescription & OutMeshDescription
) const