FLocalFileNetworkReplayStreamer::DeleteFinishedStream

Attempts to delete the stream with the specified name. May execute asynchronously.

Windows
MacOS
Linux

Override Hierarchy

INetworkReplayStreamer::DeleteFinishedStream()

FLocalFileNetworkReplayStreamer::DeleteFinishedStream()

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

Syntax

virtual void DeleteFinishedStream
(
    const FString & StreamName,
    const FDeleteFinishedStreamCallback & Delegate
)

Remarks

Attempts to delete the stream with the specified name. May execute asynchronously.

Parameters

Parameter

Description

StreamName

The name of the stream to delete

Delegate

A delegate that will be executed if bound when the delete operation completes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss