How can I have my "Meshes" have a trigger embedded into them?

I made a copy of the BP Radial Array Constructionscript as given in the Blueprints_Advanced Examples. All works perfectly fine and all meshes are spaced nicely in a circle.

But now i want my “Meshes” to have a trigger embedded into it, so that when i move over one of the triggers, an event is being spawned. At this moment it isn’t possible since the “Set Static Mesh” Component only takes “Meshes” as in input, and not an “Actor” (object with a blueprint attached).

Any suggestions?

Any reason why you don’t want to make a class out of the mesh?