[Tutorial] [Wiki] How to make a HTTP GET request with C++

Hello fellow Unreal Engineeers,

I made a tutorial about how to make a simple HTTP GET request on wiki and wanted to share it with you.

It’s like my first tutorial ever, so don’t be harsh on me if it’s badly written.

Tutorial

Edit: Any idea how to move that to the Code section in wiki?

Nice OzoneBG…Two suggestions

1: Add Blueprint support
2: You don’t need const class FObjectInitializer& ObjectInitializer inside AHttpActor(). You can remove those. :slight_smile:

Thanks for the advices.

About #2 I don’t know why I added it, maybe it was just automatic because of adding it so many times in other classes :smiley:

Tried this, nice tutorial but has UE C++ syntax changed again, as this only returns dozens of errors on compilation?

That’s comepletly normal. I will see if I can update it so it works again!