Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildInstaller
Description
Sets the download rate limit in Bytes per second. This throttles the download rate to the specified value.
| Name | SetDownloadBytesPerSecondLimit |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h |
| Include Path | #include "Interfaces/IBuildInstaller.h" |
void SetDownloadBytesPerSecondLimit
(
uint64 InDownloadRateLimitBps
)
Parameters
| Name | Remarks |
|---|---|
| InDownloadRateLimitBps | throttle value in bytes per second. |