FNullNetworkReplayStreamer::RenameReplayFriendlyName

Used to change the friendly name of a replay.

Windows
MacOS
Linux

Override Hierarchy

INetworkReplayStreamer::RenameReplayFriendlyName()

FNullNetworkReplayStreamer::RenameReplayFriendlyName()

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 RenameReplayFriendlyName
(
    const FString & ReplayName,
    const FString & NewFriendlyName,
    const FRenameReplayCallback & Delegate
)

Remarks

Used to change the friendly name of a replay. Note, changing the friendly name does not change the name used to refer to replay.

Parameters

Parameter

Description

ReplayName

Name of the replay to rename.

NewFriendlyName

The new friendly 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