How to get vertex location from UMeshComponent?

I know that there is no problem with checking vertices location in StaticMesh and SkeletaMesh but I`m trying to find location of vertex in CableComponent, which inherits from UMeshComponent.
Does someone know is it possible to find this data in UMeshComponent?