Which node is the one with "Target" as input and "Response Content" as output?

I am trying to get a response body from a VARequest, but can’t seem to get the right node when casting to string.
These two examples are from VaRest website, and they both have the same node, but I can’t seem to find it anywhere.

92556-example1.png

92557-example2.png

The picture bellow shows what I get when I connect VARequest with a string pin. It seems to be a function “Get Display Name” and all it does is give me the name of VARequest object, which is pretty useless to me.

How can I get the response body? Can anyone point me in the right direction? Thanks

Start dragging the blue wire out of the request and drop it on a empty spot. A dialog Box will pop up make sure that Context sensitive is checked. Than start Typing “Response Content” you will see the Variable pop up. Click on it and you get the Node. What you did is dragging the blue wire directly into the Prin String nodes String input and UE4 did make a “best guess” that gave you the wrong node.

I was trying that previously, but I just couldn’t see that specific node. Thanks :slight_smile: