Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletalMeshSourceModel
Description
Returns `true_ if there is mesh description data available on this bulk data object. This says nothing about the validity of the actual mesh description data, only that it exists. It's can be used as a quick way to verify without unpacking the bulk data into an accessible mesh description object.
| Name | HasMeshDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSourceModel.h |
| Include Path | #include "Engine/SkeletalMeshSourceModel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshSourceModel.cpp |
bool HasMeshDescription() const