Hi!
Currently: when you create an instancer the owner actor of the instances is AActor and it contains instancers from a hard coded selection (ISM, HISM, Foliage etc.)
Request:
- it would be great if we could use our custom instance component class (for example MyCustomISM, MyCustomFoliage)
- It would also be great if the owner actor could use our own actor class, instead of the default AActor (for example MyInstancerOwnerActor).
Thank you and wish you the best!