Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer
Description
Retrieves the streams that are available for viewing. May execute asynchronously. Allows the caller to pass in a custom list of query parameters
| Name | EnumerateStreams |
| Type | function |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include Path | #include "NetworkReplayStreaming.h" |
void EnumerateStreams
(
const FNetworkReplayVersion & ReplayVersion,
const int32 UserIndex,
const FString & MetaString,
const TArray < FString > & ExtraParms,
const FEnumerateStreamsCallback & Delegate
)