Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpRequest
Description
Sets expected result size for the request, might be used by the implementation to check file size before invoking completion notification. Must be called before ProcessRequest.
Derived Overrides
| Name | SetExpectedResultSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include Path | #include "Interfaces/IBackgroundHttpRequest.h" |
virtual void SetExpectedResultSize
(
const uint64 ExpectedSize
)
Parameters
| Name | Remarks |
|---|---|
| ExpectedSize | expected file size in bytes, 0 to disable the check. Default value is 0. |