This was my first attempt and it worked exactly as expected without the transform position method? Why is that?
FString ObjectPosition = GetOwner()->GetActorLocation().ToString();
UE_LOG(LogTemp, Warning, TEXT(“Postion reporter reporting for %s! at %s”), *ObjectName, *ObjectPosition);