FNetworkReplayStreaming

Replay streaming factory manager

Windows
MacOS
Linux

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

Name Description

Public function

FNetworkReplayStreaming()

Destructors

Name Description

Public function Virtual

~FNetworkReplayStreaming()

Functions

Name Description

Public function

void

 

Flush()

Public function Static

FNetworkRepl...

 

Get()

Public function Static

FString

 

GetAutomaticReplayPrefix()

Gets the configured automatic replay name prefix.

Public function Virtual Const

const FStrin...

 

GetAutomaticReplayPrefixExtern()

Public function Virtual

INetworkRepl...

 

GetFactory

(
    const TCHAR* FactoryNameOverri...
)

Public function Static

int32

 

GetMaxNumberOfAutomaticReplays()

Gets the configured max value for the number of automatic replays to support. 0 indicates no limit.

Public function Virtual Const

const int32

 

GetMaxNumberOfAutomaticReplaysExtern()

Public function Static

FString

 

GetReplayFileExtension()

Gets the file extension for replay streamers to use when recording replay files to the local file system.

Public function Static

bool

 

UseDateTimeAsAutomaticReplayPostfix()

Gets the configured value for whether or not we should use FDateTime::Now as the automatic replay postfix.

Overridden from FExec

Name Description

Public function Virtual

bool

 

Exec

(
    UWorld* InWorld,
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

Exec handler

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss