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 FLocalFileReplayDataInfo
Remarks
Struct to hold replay data chunk metadata
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChunkIndex | ||
| int32 | MemorySizeInBytes | ||
| int64 | ReplayDataOffset | ||
| int32 | SizeInBytes | ||
| int64 | StreamOffset | ||
| uint32 | Time1 | ||
| uint32 | Time2 |
Constructors
| Type | Name | Description | |
|---|---|---|---|