Originally posted by Vaei
View Post
I would develop projectile sub-classes in case like that, i.e:
APooledActor -> AProjectile...
Then code the AProjectile Blueprint to "change behavior" depending on weapon equipped, to avoid doing that.
Making that many pools would be horrible.
I would just go without pooling then, too many allocations.
Comment