net.Iris.Stats.ShouldIncludeSubObjectWithRoot

net.Iris.Stats.ShouldIncludeSubObjectWithRoot

#Overview

name: net.Iris.Stats.ShouldIncludeSubObjectWithRoot

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/Experimental/Iris/Core/Private/Iris/Stats/NetStats.cpp:13

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:

static bool bCVARShouldIncludeSubObjectWithRoot = true;
static FAutoConsoleVariableRef CShouldIncludeSubObjectWithRoot(
	TEXT("net.Iris.Stats.ShouldIncludeSubObjectWithRoot"),
	bCVARShouldIncludeSubObjectWithRoot,
	TEXT("If enabled SubObjects will reports stats with RootObject, if set to false SubObjects will be treated as separate objects."
	));

// Per type stats
CSV_DEFINE_CATEGORY(IrisPreUpdateMS, WITH_SERVER_CODE);