FHttpModule::SetMaxReadBufferSize

Sets timeout in seconds for the entire http request to complete

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h

Include

#include "HttpModule.h"

Syntax

void SetMaxReadBufferSize
(
    int32 SizeInBytes
)

Remarks

Sets timeout in seconds for the entire http request to complete

Parameters

Parameter

Description

SizeInBytes

The maximum number of bytes to use for the read buffer

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