wp.Runtime.RecordReplayStreamingSources

wp.Runtime.RecordReplayStreamingSources

#Overview

name: wp.Runtime.RecordReplayStreamingSources

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:19

Scope: file

Source code excerpt:

static int32 GRecordReplayStreamingSources = 1;
static FAutoConsoleVariableRef CVarRecordReplayStreamingSources(
	TEXT("wp.Runtime.RecordReplayStreamingSources"),
	GRecordReplayStreamingSources,
	TEXT("Set to 1 to record streaming sources when recording replay."));

FArchive& operator<<(FArchive& Ar, FWorldPartitionReplayStreamingSource& StreamingSource)
{
	Ar << StreamingSource.Location;