How to set the AI perception "eyes" location?

Eye height is not used by AI perception, changing that setting will have no effect on this.
The original function uses the location and rotation for the actor.

void AActor::GetActorEyesViewPoint( FVector& OutLocation, FRotator& OutRotation ) const
{
OutLocation = GetActorLocation();
OutRotation = GetActorRotation();
}