FNullNetworkReplayStreamer::RenameReplay

Used to change the name of a replay.

Windows
MacOS
Linux

Override Hierarchy

INetworkReplayStreamer::RenameReplay()

FNullNetworkReplayStreamer::RenameReplay()

References

Module

NullNetworkReplayStreaming

Header

/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h

Include

#include "NullNetworkReplayStreaming.h"

Source

/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Private/NullNetworkReplayStreaming.cpp

Syntax

virtual void RenameReplay
(
    const FString & ReplayName,
    const FString & NewName,
    const FRenameReplayCallback & Delegate
)

Remarks

Used to change the name of a replay. Note, this will change the name used to refer to the replay (if successful).

Parameters

Parameter

Description

ReplayName

Name of the replay to rename.

NewName

The new name for the replay.

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