Can I have more then one EventBeginPlay?

You can use multiple EventBeginPlay. If there is an upper limit on how many you can use I don’t know about that.

Additionally, you can always put a sequence in front of an EventBeginPlay if you want an alternate means of splitting up actions that occur as a result.