Get all static mesh components on actor in BP?

That getComponentByClass node really saved my day. Needed to get all the static mesh components within an actor that wasn’t specific (Couldn’t cast).
It worked splendidly, thanks!