Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform > API/Runtime/HTTP/GenericPlatform/FGenericPlatformHttp
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 |
static FString HtmlEncode
&40;
const FStringView UnencodedString
&41;
Remarks
Returns the < >...etc encoding for strings between HTML elements. The html encoded string
Parameters
| Name | Description |
|---|---|
| UnencodedString | The unencoded string to convert to html encoding. |