Something like this?
LookAtRotation is just 1 extra step from MakeRotFromX:
FRotator UKismetMathLibrary::FindLookAtRotation(const FVector& Start, const FVector& Target) { return MakeRotFromX(Target - Start); }