FManager::Update

Updates the entries in the list of retry requests.

Windows
MacOS
Linux

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

Syntax

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

Returns

true if there are no failures or retries

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss