FLocalFileNetworkReplayStreamer::GetAutomaticDemoName

Returns a name formatted as "demoX", where X is between 1 and MAX_DEMOS, inclusive.

Windows
MacOS
Linux

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

FString GetAutomaticDemoName() const

Remarks

Returns a name formatted as "demoX", where X is between 1 and MAX_DEMOS, inclusive. Returns the first value that doesn't yet exist, or if they all exist, returns the oldest one (it will be overwritten).

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