[PLUGIN] Savior

Hi Bruno,

I am trying to repossess a pawn on load. In order to do that, I saved a soft reference of the pawn pre-save and try to possess it after loading.
Setup looks like this:


The soft reference does not work while the saved GUID does.
Am I correct to assume that soft reference saving/restoring is not supported?
EDIT: Controller has a SGUID marked with a save game, as well as both pawns that can potentially be controlled have SGUIDs marked with a save game. My primary concern is that if soft references are not supported, it might require a large effort to restore all the references that actors have to each other (will need a duplicate GUID variable that needs to be resolved and set on load for every reference)