wp.Runtime.UseReplayStreamingSources

wp.Runtime.UseReplayStreamingSources

#Overview

name: wp.Runtime.UseReplayStreamingSources

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartitionReplay.cpp:13

Scope: file

Source code excerpt:

static int32 GUseReplayStreamingSources = 1;
static FAutoConsoleVariableRef CVarUseReplayStreamingSources(
	TEXT("wp.Runtime.UseReplayStreamingSources"),
	GUseReplayStreamingSources,
	TEXT("Set to 1 to use the recorded streaming sources when playing replay."));

static int32 GRecordReplayStreamingSources = 1;
static FAutoConsoleVariableRef CVarRecordReplayStreamingSources(
	TEXT("wp.Runtime.RecordReplayStreamingSources"),