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 RemoveHttpThreadTask
(
TSharedPtr < IHttpTaskTimerHandle > HttpTaskTimerHandle
)
Remarks
Remove the task from the http thread before it's triggered
Parameters
| Name | Description |
|---|---|
| HttpTaskTimerHandle | The handle of the timer |