FGenericPlatformHttp::UrlEncode

Returns a percent-encoded version of the 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 UrlEncode
(
    const FString & UnencodedString
)

Remarks

Returns a percent-encoded version of the passed in string

Returns

The percent-encoded string

Parameters

Parameter

Description

UnencodedString

The unencoded string to convert to percent-encoding

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