Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FManager
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h |
| Include | #include "HttpRetrySystem.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpRetrySystem.cpp |
bool Update
(
uint32 * FileCount,
uint32 * FailingCount,
uint32 * FailedCount,
uint32 * CompletedCount
)
Remarks
Updates the entries in the list of retry requests. Optional parameters are for future connection health assessment true if there are no failures or retries
Parameters
| Name | Description |
|---|---|
| FileCount | optional parameter that will be filled with the total files updated |
| FailingCount | optional parameter that will be filled with the total files that have are in a retrying state |
| FailedCount | optional parameter that will be filled with the total files that have failed |
| CompletedCount | optional parameter that will be filled with the total files that have completed |