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 |
TSharedPtr < IHttpTaskTimerHandle > AddHttpThreadTask
(
TFunction < void> && Task,
float InDelay
)
Remarks
Add task to be ran on the http thread The handle of the timer, which could be used to remove the task before it's triggered
Parameters
| Name | Description |
|---|---|
| Task | The task to be ran |
| InDelay | The delay to wait before running the task |