October 2016
Intermediate to advanced
452 pages
9h 47m
English
When you're maintaining scoreboards or other such things that require regular HTTP request access to servers, you can use the HTTP API to perform such web request tasks.
Have a server to which you're allowed to request data via HTTP. You can use a public server of any type to try out HTTP requests if you'd like.
ProjectName.Build.cs file.HttpModule.h header file, the HttpManager.h header file, and the HttpRetrySystem.h file, as shown in the following code snippet:#include "Runtime/Online/HTTP/Public/HttpManager.h" #include "Runtime/Online/HTTP/Public/HttpModule.h" #include "Runtime/Online/HTTP/Public/HttpRetrySystem.h" ...
Read now
Unlock full access