Since UE4 tends to not give actors unique names, i ended up with a lot of duplicated names, which makes it impossible to identify a specific actor at all.
in C++ there is “GetLevel”, but not in Blueprint, which means i cant get the Level the actor is in, if multiple are loaded and none can be unloaded currently.
I cant give them Tags or IDs either, since i cant identify the level they belong to in the first place.
Select the Blueprint in the Content Browser and open it in the Reference Viewer “Alt+Shift+R”. Look for any maps on the left side of the Blueprint type.