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

Well, I tried using the actors themselves first. I want their transforms to be saved when the level is unloaded, so I use the level’s ‘onEndPlay’. If I use the actor’s ‘onEndPlay’, they also save when they are destroyed, even if the level is still loaded, which I don’t want.