Single Line Trace Tutorial - No Get World Location/Rotation?

https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/UseRaycasts/Blueprints/index.html

Trying to follow the above tutorial to do a single line trace, but the “Get World Location” and “Get World Rotation” functions are not available. This is on my my PlayerCharacter Blueprint so the camera is available.

Was this deprecated? What is the alternative?

I just need to do a trace from center of sceen out to an object to see if my crosshair is lookin at it and within range.

Screenshot of my Blueprint woes:

Thanks!

Try to turn off “Context Sensitive”. I work with UE 4.5 right now so I’m not sure about the more recent versions.

Looks like this is the answer!

I’m using 4.5.1 and it isn’t there unless I disable context sensitive.
I was skeptical it would actually work after hooking it up, but it worked perfectly. Thanks!