Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer/KeepReplay
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
void KeepReplay
(
const FString & ReplayName,
const bool bKeep,
const FKeepReplayCallback & Delegate
)
Remarks
Used to commit a replay to permanent storage.
Parameters
| Name | Description |
|---|---|
| ReplayName | Name of the replay to keep. |
| bKeep | Whether or not we actually want to keep this replay. |