How do I activate all attached objects?

If you’re using a Custom Event and don’t want to do a generic function like “Scale Actor”, each different blueprint you want to call the Custom Event of you will need to make “Inherit Interface”. Make that interface have a function, then implement that function in every blueprint.

At that point you can “Get all Actors that Inherit Interface” and call the function.