FHttpRequestImpl::GetTimeout

Gets the optional timeout in seconds for this entire HTTP request to complete.

Windows
MacOS
Linux

Override Hierarchy

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/HttpRequestImpl.h

Include

#include "GenericPlatform/HttpRequestImpl.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/HttpRequestImpl.cpp

Syntax

virtual TOptional< float > GetTimeout() const

Remarks

Gets the optional timeout in seconds for this entire HTTP request to complete. If valid, this value overrides the default HTTP timeout set via FHttpModule::SetTimeout().

Returns

the timeout for this HTTP request instance, in seconds

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