FNullNetworkReplayStreamer::SetDemoPath

Changes the base directory where Demos are stored.

Windows
MacOS
Linux

Override Hierarchy

INetworkReplayStreamer::SetDemoPath()

FNullNetworkReplayStreamer::SetDemoPath()

References

Module

NullNetworkReplayStreaming

Header

/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h

Include

#include "NullNetworkReplayStreaming.h"

Syntax

virtual EStreamingOperationResult SetDemoPath
(
    const FString & DemoPath
)

Remarks

Changes the base directory where Demos are stored. Note, this will always fail for streamers that don't support replays stored on disk. This method should not be called after StartStreaming, or while async operations are pending on a streamer.

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