Navigation
API > API/Runtime > API/Runtime/HttpNetworkReplayStreaming
Inheritance Hierarchy
- FArchiveState
- FArchive
- FHttpStreamFArchive
References
| Module | HttpNetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h |
| Include | #include "HttpNetworkReplayStreaming.h" |
Syntax
class FHttpStreamFArchive : public FArchive
Remarks
Archive used to buffer stream over http
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAtEndOfReplay | ||
| TArray< uint8 > | Buffer | ||
| int32 | Pos |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | Seek
(
int64 InPos |
Attempts to set the current offset into backing data storage, this will do nothing if there is no storage. | |
| void | Serialize
(
void* V, |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| bool | AtEnd () |
Returns true if the current location within the backing data storage is at the end, always returns false if there is no storage. | |
| int64 | Tell () |
Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location. | |
| int64 | TotalSize () |
Returns total size of the backing data storage. |