Can apply point damage on components?

can UGameplayStatics::ApplyPointDamage instead apply damage to the actor, apply damage on components?

I want to separate my damage system from the base class and make it as component, but component dost have any TakeDamage function.