TestUnversionedPropertySerializationWhenCooking
TestUnversionedPropertySerializationWhenCooking
#Overview
name: TestUnversionedPropertySerializationWhenCooking
The value of this variable can be defined or overridden in .ini config files. 1 .ini config file referencing this setting variable.
It is referenced in 1 C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEngine.ini:1440, section: [Core.System]
- INI Section:
Core.System - Raw value:
False - Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/Serialization/UnversionedPropertySerializationTest.h:28
Scope (from outer to inner):
file
function explicit FUnversionedPropertyTestRunner
Source code excerpt:
{
bool bTemp;
static bool bEnabled = GConfig->GetBool(TEXT("Core.System"), TEXT("TestUnversionedPropertySerializationWhenCooking"), bTemp, GEngineIni) && bTemp;
if (bEnabled && !bTlsTesting)
{
bTlsTesting = true;
bStartedTest = true;
RunUnversionedPropertyTest(Input);