Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming
End DownloadHeader Types Start SearchEvent Types
| Name | FSearchEventsResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include Path | #include "NetworkReplayStreaming.h" |
Syntax
struct FSearchEventsResult : public FStreamingResultBase
Inheritance Hierarchy
- FStreamingResultBase → FSearchEventsResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CorruptedStreams | TArray< FString > | A list of streams (by name) that were found and were corrupted. | NetworkReplayStreaming.h | |
| FoundStreams | TArray< FNetworkReplayStreamInfo > | An array containing information about the streams that were found. | NetworkReplayStreaming.h |