OK I found the issue. You’re missing Super::BeginPlay()
in your AQTBDWeaponProjectile::BeginPlay()
That’s why the component didn’t Tick properly.
OK I found the issue. You’re missing Super::BeginPlay()
in your AQTBDWeaponProjectile::BeginPlay()
That’s why the component didn’t Tick properly.