Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpRequestAdapterBase
- IHttpBase::GetContent()
- FHttpRequestAdapterBase::GetContent()
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 const TArray < uint8 > & GetContent() const
Remarks
Get the content payload of the request or response.
Parameters
| Name | Description |
|---|---|
| Content | array that will be filled with the content. |