How do i stream copies of the same sublevel and referrence them independantly

I have multiple copies of the same sublevels streamed at the same time. The sublevel has some Begin Play code. The code only runs on the first instance. If i have 5 copies of the sublevel the code runs on the first instance 5 time and not the other instances.

I found docs that say how to have each referrence each sublevel. I don’t know how to put it together to make it work.

Can someone show me an example?

Turns out the load level instance by name was working propperly. My problem was with the code on the sublevel itself