I am a little bamboozled, but I’m sure it will make more sense later.
My current understanding is that our Position Report has a bunch of methods it can access which are part of the Unreal code for actors? And that by using GetOwner() we are calling a method and ->GetName() accesses more methods within that method via a pointer? I am not familiar with the concept of pointers which is why this is hazy for me.