Section 3.6. Adding Unmanaged Instances

It’s just as easy to add Un-managed Instances and rdActor has some Utility Methods to do this.

The first, again is a simple method to add a single Instance:

This returns the index of the new Instance. As this is un-managed, you’re in charge of cleaning up these instances in some way.

The next way is the fastest way of adding Instances. You get a reference to the actual Component that makes the instances, so you can add as many Instances as you want straight to it: