Logging actor's position similar to Unity

I found this method by just typing what you would do in Unity and letting IntelliSense do the rest.
Hopefully this helps other people like me who are transitioning from Unity to Unreal.

// Closest to this.GameObject.Transform.Position
FString ObjectPos = GetOwner()->GetTransform().GetLocation().ToString();

Privacy & Terms