Navigation
API > API/Runtime > API/Runtime/LocalFileNetworkReplayStreaming > API/Runtime/LocalFileNetworkReplayStreaming/FLocalFileNetworkReplayStreamer > API/Runtime/LocalFileNetworkReplayStreaming/FLocalFileNetworkReplayStreamer/RenameReplay
- INetworkReplayStreamer::RenameReplay()
- FLocalFileNetworkReplayStreamer::RenameReplay()
References
| Module | LocalFileNetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Public/LocalFileNetworkReplayStreaming.h |
| Include | #include "LocalFileNetworkReplayStreaming.h" |
| Source | /Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Private/LocalFileNetworkReplayStreaming.cpp |
virtual void RenameReplay
&40;
const FString & ReplayName,
const FString & NewName,
const FRenameReplayCallback & Delegate
&41;
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. |