Right click on the object in the object window, then click on "duplicate". It makes a copy of the original object underneath with "COPY001" added to the name
- Hypno
Sorry, should have been more explicit. I want a copy of an actor at run-time, to be processed in a papyrus script, instead of a pointer to an actor.
In general OOP, this would be a deep-copy of an object.