Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces > API/Runtime/HTTP/Interfaces/IHttpRequest
- IHttpRequest::SetContentAsStreamedFile()
- FHttpRequestAdapterBase::SetContentAsStreamedFile()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h |
| Include | #include "Interfaces/IHttpRequest.h" |
bool SetContentAsStreamedFile
(
const FString & Filename
)
Remarks
Sets the content of the request to stream from a file. True if the file is valid and will be used to stream the request. False otherwise.
Parameters
| Name | Description |
|---|---|
| FileName | filename from which to stream the body. |