Is it possible to dynamically change the “outer” object of a UObject?
For replication purposes I am currently trying to replicate UObjects by temporarily making them a subobject of a replicated actor, but according to this link my attempts are bound to fail, if I can’t move those UObjects from the transient package to the actor (and later back again).