Projectile movement cant go active again after disactivate

An huge Kiss (women only)!
After wasting 3 hours to configure my pool projectile this post saved my life:
(In construction)
ProjectileMovementComponent->bAutoRegisterUpdatedComponent = false;
And:

ProjectileMovementComponent->SetUpdatedComponent(GetRootComponent());
before use it.
This solved my issues too.
Thank you all!