Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/IHttpBase
Description
Gets an URL parameter. expected format is ?Key=Value&Key=Value... If that format is not used, this function will not work.
Derived Overrides
| Name | GetURLParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h |
| Include Path | #include "Interfaces/IHttpBase.h" |
FString GetURLParameter
(
const FString & ParameterName
) const
the parameter value string.
Parameters
| Name | Remarks |
|---|---|
| ParameterName | the parameter to request. |