getting names of all static meshes in text format ?

is there a fast and easy way to spit out the names of static meshes in a level in a text format?? (print in console so I can copy and paste maybe?)
I’m trying to get all the Static mesh names in an excel sheet?

can I do this using BP?

Thanks!

You can use the “Print String” node.

54fdfe6ab5a16.png

It prints into the console as well:
54fdfe48bc675.png

Here is a blueprint to get all static mesh actors from a level:
54fdfe48bc675.png

thanks!!! this is perfect!