Navigation
API > API/Runtime > API/Runtime/HTTP
Delegate version of FArchive, for streaming interface
| Name | FArchiveWithDelegate |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h |
| Include Path | #include "Interfaces/IHttpRequest.h" |
Syntax
class FArchiveWithDelegate : public FArchive
Inheritance Hierarchy
- FArchiveState → FArchive → FArchiveWithDelegate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArchiveWithDelegate
(
FHttpRequestStreamDelegate InStreamDelegate |
Interfaces/IHttpRequest.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StreamDelegate | FHttpRequestStreamDelegate | Interfaces/IHttpRequest.h |
Functions
Public
Overridden from FArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
void* V, |
Interfaces/IHttpRequest.h |