FGenericPlatformHttp::UrlDecode

Returns a decoded version of the percent-encoded passed in string

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 FString UrlDecode
(
    const FString & EncodedString
)

Remarks

Returns a decoded version of the percent-encoded passed in string

Returns

The decoded string

Parameters

Parameter

Description

EncodedString

The percent encoded string to convert to string

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