Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming
Inheritance Hierarchy
- IModuleInterface
- FSelfRegisteringExec
- FNetworkReplayStreaming
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
Syntax
class FNetworkReplayStreaming :
public IModuleInterface ,
public FSelfRegisteringExec
Remarks
Replay streaming factory manager
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Flush () |
||
| FNetworkReplayStreaming & | Get () |
||
| FString | Gets the configured automatic replay name prefix. | ||
| const FString | |||
| INetworkReplayStreamingFactory & | GetFactory
(
const TCHAR* FactoryNameOverride |
||
| int32 | Gets the configured max value for the number of automatic replays to support. 0 indicates no limit. | ||
| const int32 | |||
| FString | Gets the file extension for replay streamers to use when recording replay files to the local file system. | ||
| bool | Gets the configured value for whether or not we should use FDateTime::Now as the automatic replay postfix. |