No direct access to transform matrices?

It seems like to work with matrices in Unreal I need to query an actor for its transform, then convert this to a matrix. Is that the most efficient route to a matrix representation?

Are transformations stored under the hood as matrices, or as translate, rotate, and scale vectors?