How to get the name Static Mesh?

Hi
I looked at the classes UStaticMeshComponent and UStaticMesh and did not find where the name Mesh is stored.

UPD:
I solved the problem


UStaticMesh->GetName();

UPD: