FHttpRequestAdapterBase::SetContentFromStream

Sets the content of the request to stream directly from an archive.

Windows
MacOS
Linux

Override Hierarchy

IHttpRequest::SetContentFromStream()

FHttpRequestAdapterBase::SetContentFromStream()

References

Module

HTTP

Header

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

Include

#include "HttpRequestAdapter.h"

Syntax

virtual bool SetContentFromStream
(
    TSharedRef< FArchive, ESPMode::ThreadSafe > Stream
)

Remarks

Sets the content of the request to stream directly from an archive.

Returns

True if the archive can be used to stream the request. False otherwise.

Parameters

Parameter

Description

Stream

archive from which the payload should be streamed.

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