Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include | #include "HttpManager.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp |
void AddHttpThreadTask
&40;
TFunction< void()> && Task
&41;
Remarks
Add task to be ran on the http thread next tick
Parameters
| Name | Description |
|---|---|
| Task | The task to be ran next tick |