Multiple BeginOverlapEvents in one BluePrint

Hello,

so after 5 hours of searching the web, testing and trying and reasoning i found a solution to my problem.
I share it with you! :slight_smile:

Here my result.

It is important to set the Branch to False, otherwise it does not work.
Create for every variable you might have created an ā€˜On Actor Begin Overlapā€™. But choose the green buttons from the right side on the pic.
That is it.

Just use a sequence node that you connect with your ā€œbegin overlap eventā€/the false -> now you can use it as many times you like :slight_smile:

I tried that. Now i would have two events or more on the same graph.
But my intention is to have different events on different trigger volumes.
How could the sequence node play a role in that case?