So this is maybe not directly related to the original question, but other than using components, what other options are there to avoid having to duplicate nodes across actors?
My brain is a bit fried right now, but I can only think of an inheritance-based setup with a bunch of parent-classes that each hold one functionality, but I would rather not go down that route.
I’m spawning hundreds of actors, so every bit of performance loss is important.