More than one "Event BeginPlay" event?

Hello everyone, I am new to UE4 and I have a question:
Is it possible to have more than one “Event BeginPlay” event in my blueprint editor?
Is there some way I can add another one, or is it just constrained to only one?
I’m very new (I’m familiar with some parts of the editor) to UE4.

Thank you in advance!

There can only be one Event Begin Play but you can execute multiple functions with that single event by using Custom Events or a Sequence.