Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveWithDelegate
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h |
| Include | #include "Interfaces/IHttpRequest.h" |
Syntax
class FArchiveWithDelegate : public FArchive
Remarks
Delegate version of FArchive, for streaming interface
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArchiveWithDelegate
(
FHttpRequestStreamDelegate InStreamDelegate |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
void* V, |