Good morning
I need to replicate objects.
The Spawn by Class system works, but I would like to improve my system.
I would like to duplicate the real object in scene, without taking it from the original blueprint.
The in scene object may differ in various aspects from its original BP. Some values are changed in scene and not applied to the original BP. I would like to clone the object exactly as it is in the scene.
Good morning
I need to replicate objects.
The Spawn by Class system works, but I would like to improve my system.
I would like to duplicate the object in scene, without taking it from the blueprint.
The staged object may differ in various aspects from its original BP. Some values are changed in scene and not applied to the BP. I would like to duplicate the object exactly as it is in the scene.
Is it possible?
Or do I have to copy the values from the original to the copy, as soon as it spawned?