Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpRequestAdapterBase
- IHttpRequest::SetContentFromStream()
- FHttpRequestAdapterBase::SetContentFromStream()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h |
| Include | #include "HttpRequestAdapter.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpRequestAdapter.cpp |
virtual bool SetContentFromStream
(
TSharedRef < FArchive , ESPMode::ThreadSafe > Stream
)
Remarks
Sets the content of the request to stream directly from an archive. NOTE: The Stream->Serialize will be called from another thread other than the game thread True if the archive can be used to stream the request. False otherwise.
Parameters
| Name | Description |
|---|---|
| Stream | archive from which the payload should be streamed. |