Where can I find these nodes?

I’m working from a previously answered question and I’ve got the whole thing assembled except for these two. I can’t quite seem to find them. Here’s the help page I’m working from in full:

If they’re some sort of custom nodes, I have no idea how to make them.

Any help you guys could offer me would be greatly appreciated, I’m working on a game with platforming elements so I can’t really start until I get the camera hammered out.

Drag from the camera variable and then type get relative rotation, and you should get the node. The same goes for relative location as well.

Those are variables of another object.

Basically you just use “get x” but for variables which aren’t inside of this BP.

To get them use the context function and simply pull out a line from which actors variables you want to access (camera in this case) drop it and search for “get relative location” in this case.