When the Level Blueprint becomes too large, it compiles slowly, and copying and pasting any nodes causes a delay of about 10 seconds. Is there a way to fix this? Maybe there’s something in the settings that can be adjusted?
It feels like every time I copy and paste, the engine scans the entire Level Blueprint and performs some kind of check before allowing the paste.
Apart from that, cut down the amount in the level BP
Seriously though, usually anything in the level BP shows a tendency towards procedural programming, which is fighting the engine’s natural tendency to object orientated code.
You would probably find that everything in the level BP could be simplified massively and embedded in blueprint actors scattered in the level.