Get all static mesh components?

If you have access to C++ you could use the actors GetComponent() template function. Or expose it to BP (not directly but for a given type).