Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshSourceModel
Description
If there's a valid cached MeshDescription, return a copy of it. Otherwise unpack the mesh description from bulk data and return the result (without caching it).
| Name | CloneMeshDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshSourceData.h |
| Include Path | #include "Engine/StaticMeshSourceData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMeshSourceData.cpp |
bool CloneMeshDescription
(
FMeshDescription & OutMeshDescription
) const