HasAuthority() on ActorComponent

AActor* Owner = GetOwner();
if (Owner && Owner->HasAuthority())
{
     // ...
}