LevelStreaming.Profiling.StartAutomatically

LevelStreaming.Profiling.StartAutomatically

#Overview

name: LevelStreaming.Profiling.StartAutomatically

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/ProfilingDebugging/LevelStreamingProfilingSubsystem.cpp:35

Scope: file

Source code excerpt:

static bool GStartProfilingAutomatically = false;
static FAutoConsoleVariableRef CVarStartProfilingAutomatically(
	TEXT("LevelStreaming.Profiling.StartAutomatically"),
	GStartProfilingAutomatically,
	TEXT("Whether to start recording level streaminge events as soon as the subsystem is created."),
	ECVF_Default
);

static float GLateStreamingDistanceSquared = 0.0f;