Navigation
API > API/Runtime > API/Runtime/LocalFileNetworkReplayStreaming
References
| Module | LocalFileNetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Public/LocalFileNetworkReplayStreaming.h |
| Include | #include "LocalFileNetworkReplayStreaming.h" |
Syntax
struct FLocalFileEventInfo
Remarks
Struct to hold event metadata
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChunkIndex | ||
| int64 | EventDataOffset | ||
| FString | Group | ||
| FString | Id | ||
| FString | Metadata | ||
| int32 | SizeInBytes | ||
| uint32 | Time1 | ||
| uint32 | Time2 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |