FHttpRequestAdapterBase::SetContentAsStreamedFile

Sets the content of the request to stream from a file.

Windows
MacOS
Linux

Override Hierarchy

IHttpRequest::SetContentAsStreamedFile()

FHttpRequestAdapterBase::SetContentAsStreamedFile()

References

Module

HTTP

Header

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

Include

#include "HttpRequestAdapter.h"

Syntax

virtual bool SetContentAsStreamedFile
(
    const FString & Filename
)

Remarks

Sets the content of the request to stream from a file.

Returns

True if the file is valid and will be used to stream the request. False otherwise.

Parameters

Parameter

Description

FileName

filename from which to stream the body.

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