I’ve never used FTransforms before – maybe there is something quirky about FTransforms that I don’t know about that interferes with Blueprints. What are you using the FTransform for? Typically FTransforms are used for low-level 3D transformations from one space to another. I see that you are using it in a Pawn. Are you trying to get the Pawn’s location? If so, you should use a FVector.