Unreal Engine 4 (UE4) Proper flow for blueprint events and actions
Share
A single event cannot be tied directly to more than one (multiple) actions, because there is no way the engine can determine which action to execute first. The event must be tied to the first expected action, then that action is tied to the next expected action and so on...