Well the question is, from where you get the lines?
So this method is quite old, maybe since Archmage Alori days on UE4? But back then, you can download a file from one of the threads here and drop it with the .exe and you'll unlock the full console and you can go into scenes just by typing "ce" first. That method is burnt into my brain and just redid it with the newer version.
You can find Universal Unreal Engine 5 Unlocker in this site/kemono to download and be sure its the latest version. Auril updates the game's UE5 every version for some fucking reason which makes that UE5 Unlocker broken 'til a new update drops. So keep an old update handy. As of this July/August update, it works for the current one and all the past UE5 games of her.
To get the specific line, you just need to 'Dump Object Info' using the tool:
You'll get a UUU_ObjectsDump.txt file where the "Shipping-Bin.exe" is and it's just a HUGE bunch of lines. And you want to specifically look for texts with "BndEvt__BTSLevel" and ends with "DelegateSignature". Now, you can parse that manually which I did with the old ones
OR nowadays, you have Google Gemini to do that shit for you. ChatGPT has way too low of a token count whereas Gemini has 1 million and you can straight up put that text file there and let it do the work for you. If you want it to go faster, cut the chunks of useless text files that you don't need. What you'll end up is something like:
BndEvt__BTSLevel_UsableActorBP_C_64_K2Node_ActorBoundEvent_208_ActorUsedSignature__DelegateSignature
Just add a "ce" and a space before the line and
VOILA! You got a pseudo gallery. Not all of those are scenes, some teleport the characters into scenes/open certain doors and whatnot. It's trial and error.