Get All Meshes Within a BP

In the BP I have a function that goes Self > Get Components by Class (I set this to Static Mesh Components) > Set Array (Static Mesh Component Array) > Return Node

So in my other BP that is actually calling these meshes…

Return Node is outputting a “Static Mesh Component” and it will not let me link that to a “Set Static Mesh” Node and it’s “New Mesh” Pin

It seems that either my array doesn’t have the right contents, or I need to covert it to a compatible output that can feed the “New Mesh” Pin on the “Set Static Mesh” Node

Error when trying to connect pin:
STATIC MESH COMPONENT OBJECT REFERENCE IS NOT COMPATIBLE WITH STATIC MESH OBJECT REFERENCE