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!
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.
It prints into the console as well:
Here is a blueprint to get all static mesh actors from a level:
thanks!!! this is perfect!