s.EnforcePackageCompatibleVersionCheck
s.EnforcePackageCompatibleVersionCheck
#Overview
name: s.EnforcePackageCompatibleVersionCheck
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true, package loading will fail if the version stored in the package header is newer than the current engine version
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/CoreUObject/Private/UObject/LinkerLoad.cpp:181
Scope: file
Source code excerpt:
int32 GEnforcePackageCompatibleVersionCheck = 1;
static FAutoConsoleVariableRef CEnforcePackageCompatibleVersionCheck(
TEXT("s.EnforcePackageCompatibleVersionCheck"),
GEnforcePackageCompatibleVersionCheck,
TEXT("If true, package loading will fail if the version stored in the package header is newer than the current engine version"),
ECVF_Default
);
bool IsEnforcePackageCompatibleVersionCheck()