Navigation
API > API/Runtime > API/Runtime/InMemoryNetworkReplayStreaming
| Name | FInMemoryNetworkReplayStreamingFactory |
| Type | class |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Public/InMemoryNetworkReplayStreaming.h |
| Include Path | #include "InMemoryNetworkReplayStreaming.h" |
Syntax
class FInMemoryNetworkReplayStreamingFactory : public INetworkReplayStreamingFactory
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Replays | TMap< FString, TUniquePtr< FInMemoryReplay > > | InMemoryNetworkReplayStreaming.h |
Functions
Public
Overridden from INetworkReplayStreamingFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< INetworkReplayStreamer > CreateReplayStreamer() |
InMemoryNetworkReplayStreaming.h |