Spawning two actors in succession and while they are each others' variables

I was able to solve this, but with a not so nice solution. It also gives me a warning on compile…

I added a “Cast to TeleportSender_Blueprint” that use the actor as its object. Then as TeleportSender Blueprint makes the sender active and sets the target receiver.

It works though.