FTransform contains Scale, Rotation, and Translation. If you just want to get the Translation you can use GetTranslation. Here’s the doc for it: https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Math/FTransform/GetTranslation/2/index.html
I’d highly recommend checking out the FTransform documentation to see the other functions available for you.