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 AddGameThreadTask
(
TFunction < void> && Task,
float Delay
)
Remarks
Add task to be ran on the game thread next tick
Parameters
| Name | Description |
|---|---|
| Task | The task to be ran next tick |