What is the different between this two method?

I tried this way :
GetOwner() -> GetTargetLocation().ToString() ;

and :
GetOwner()->GetTransform().GetLocation().ToString();

they give me the same result … so is there any differences between them?

Privacy & Terms