Navigation
API > API/Runtime > API/Runtime/NetworkReplayStreaming > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer > API/Runtime/NetworkReplayStreaming/INetworkReplayStreamer/DeleteFinishedStream
References
| Module | NetworkReplayStreaming |
| Header | /Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h |
| Include | #include "NetworkReplayStreaming.h" |
void DeleteFinishedStream
(
const FString & StreamName,
const FDeleteFinishedStreamCallback & Delegate
)
Remarks
Attempts to delete the stream with the specified name. May execute asynchronously.
Parameters
| Name | Description |
|---|---|
| StreamName | The name of the stream to delete |
| Delegate | A delegate that will be executed if bound when the delete operation completes |