FHttpRequestAdapterBase::SetContentAsString

Sets the content of the request as a string encoded as UTF8.

Windows
MacOS
Linux

Override Hierarchy

IHttpRequest::SetContentAsString()

FHttpRequestAdapterBase::SetContentAsString()

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h

Include

#include "HttpRequestAdapter.h"

Syntax

virtual void SetContentAsString
(
    const FString & ContentString
)

Remarks

Sets the content of the request as a string encoded as UTF8.

Parameters

Parameter

Description

ContentString

payload to set.

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