Is PooledProjectile Component works for Pooled Pawn ?
I made a missile as a PooledPawn instead of PooledActor because I want it has Hp, player can shoot them down. And make it is a child class of my “EnemyPawnBase”.
I use PooledProjectile in Pooled Actor. It works well. But it does not works in PooledPawn.