IHttpBase::GetURLParameter

Gets an URL parameter.

Windows
MacOS
Linux

Override Hierarchy

IHttpBase::GetURLParameter()

FHttpRequestAdapterBase::GetURLParameter()

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h

Include

#include "Interfaces/IHttpBase.h"

Syntax

FString GetURLParameter
(
    const FString & ParameterName
) const

Remarks

Gets an URL parameter. expected format is ?Key=Value&Key=Value... If that format is not used, this function will not work.

Returns

the parameter value string.

Parameters

Parameter

Description

ParameterName

the parameter to request.

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