Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces > API/Runtime/HTTP/Interfaces/IHttpRequest
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h |
| Include | #include "Interfaces/IHttpRequest.h" |
bool SetContentFromStreamDelegate
&40;
FHttpRequestStreamDelegate StreamDelegate
&41;
Remarks
Sets the content of the request to stream directly from an delegate. NOTE: The delegate will be called from another thread other than the game thread True if the delegate can be used to stream the request. False otherwise.
Parameters
| Name | Description |
|---|---|
| StreamDelegate | delegate from which the payload should be streamed. |