Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming
Replay streaming factory manager
| Name | FNetworkReplayStreaming |
| Type | class |
| Header File | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include Path | #include "NetworkReplayStreaming.h" |
Syntax
class FNetworkReplayStreaming :
public IModuleInterface ,
public FSelfRegisteringExec
Inheritance Hierarchy
- FExec → FSelfRegisteringExec → FNetworkReplayStreaming
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetworkReplayStreaming() |
NetworkReplayStreaming.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FNetworkReplayStreaming() |
NetworkReplayStreaming.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LoadedFactories | TSet< FName > | NetworkReplayStreaming.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Flush() |
NetworkReplayStreaming.h | ||
virtual const FString GetAutomaticReplayPrefixExtern() |
NetworkReplayStreaming.h | ||
virtual INetworkReplayStreamingFactory & GetFactory
(
const TCHAR* FactoryNameOverride |
NetworkReplayStreaming.h | ||
virtual const int32 GetMaxNumberOfAutomaticReplaysExtern() |
NetworkReplayStreaming.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNetworkReplayStreaming & Get() |
NetworkReplayStreaming.h | ||
static FString GetAutomaticReplayPrefix () |
Gets the configured automatic replay name prefix. | NetworkReplayStreaming.h | |
static int32 GetMaxNumberOfAutomaticReplays() |
Gets the configured max value for the number of automatic replays to support. 0 indicates no limit. | NetworkReplayStreaming.h | |
static FString GetReplayFileExtension () |
Gets the file extension for replay streamers to use when recording replay files to the local file system. | NetworkReplayStreaming.h | |
static bool UseDateTimeAsAutomaticReplayPostfix () |
Gets the configured value for whether or not we should use FDateTime::Now as the automatic replay postfix. | NetworkReplayStreaming.h |