According to this: Events | Unreal Engine Documentation
“Each event can only execute a single object. If you want to trigger multiple actions from one event, you’ll need to string them together linearly.”
I wonder why this is and if that will change eventually allowing more actions to be performed at once.