When to use GetActorTransform()

More of a general question… i used the GetActorLocation() function instead of GetActorTranform()… I wanted to know what situations we would need to use get transform as opposed to get location.

Transform contains Location, Rotation, and Scale.

If you just need Location, use GetActorLocation.
If you need all, use GetActorTransform.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms