Issues with UProjectileMovementComponent v ProjectileMovementComponent Setup in Blueprint

OK I found the issue. You’re missing Super::BeginPlay() in your AQTBDWeaponProjectile::BeginPlay()

That’s why the component didn’t Tick properly.