How to retrieve what Skeletal Mesh is used from Skeleton asset? (Python)

The solution just crossed my mind is…
get all skeletal meshes and check if there is any skeletal mesh using the input skeleton.
( use list & for loop)

But I don’t know if this is an efficient way.

I hope this helps you :slight_smile: