Can you re-parent the level BP to a custom BP?

Many, including

  1. You can’t talk to it ( not without a lot of effort )

  2. It’s not a portable solution. Why bother coding something in the level BP, if you just have to code it again, in another. An actor BP placed in the level would be better than that.

  3. You can defintely write a more elegant BP solution to saving actor details in streaming levels, without using the level BP. For staters, BP ( and CPP ) is object orientated. That means the objects should know how to save themselves. Using the level BP is almost like coding in FORTRAN when you can make an object solution :slight_smile:

1 Like