FGenericPlatformHttp::GetOperatingSystemProxyAddress

Get the proxy address specified by the operating system

Windows
MacOS
Linux

References

Module

HTTP

Header

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

Include

#include "GenericPlatform/GenericPlatformHttp.h"

Source

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

Syntax

static TOptional< FString > GetOperatingSystemProxyAddress()

Remarks

Get the proxy address specified by the operating system

Returns

optional FString: If unset: we are unable to get information from the operating system. If set: the proxy address set by the operating system (may be blank)

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