Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer/RenameReplay
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
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
| Name | Description |
|---|---|
| ReplayName | Name of the replay to rename. |
| NewName | The new name for the replay. |