IHttpBase::GetContent

Get the content payload of the request or response.

Windows
MacOS
Linux

Override Hierarchy

IHttpBase::GetContent()

FHttpRequestAdapterBase::GetContent()

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h

Include

#include "Interfaces/IHttpBase.h"

Syntax

const TArray< uint8 > & GetContent() const

Remarks

Get the content payload of the request or response.

Parameters

Parameter

Description

Content

array that will be filled with the content.

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