Navigation
API > API/Runtime > API/Runtime/HttpNetworkReplayStreaming
Archive used to buffer stream over http
| Name | FHttpStreamFArchive |
| Type | class |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h |
| Include Path | #include "HttpNetworkReplayStreaming.h" |
Syntax
class FHttpStreamFArchive : public FArchive
Inheritance Hierarchy
- FArchiveState → FArchive → FHttpStreamFArchive
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHttpStreamFArchive() |
HttpNetworkReplayStreaming.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAtEndOfReplay | bool | HttpNetworkReplayStreaming.h | ||
| Buffer | TArray< uint8 > | HttpNetworkReplayStreaming.h | ||
| Pos | int32 | HttpNetworkReplayStreaming.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AtEnd() |
HttpNetworkReplayStreaming.h | ||
virtual void Seek
(
int64 InPos |
HttpNetworkReplayStreaming.h | ||
virtual void Serialize
(
void* V, |
HttpNetworkReplayStreaming.h | ||
virtual int64 Tell() |
HttpNetworkReplayStreaming.h | ||
virtual int64 TotalSize() |
HttpNetworkReplayStreaming.h |