Long compilation of the blueprints

Also if you have a specific BP that say 30 other BP’s reference you’ll notice that compiling that specific blueprint will take allot longer then the others.

Sometimes I noticed I can cut down a BP compile time by cleaning up my nodes . Stuff like getting a variables 50 times when you could get once and feed off the one.

my general rule is when your BP project starts getting large and complex expect your compile times to rise.