Editor.ObjectReverseLookupValidate
Editor.ObjectReverseLookupValidate
#Overview
name: Editor.ObjectReverseLookupValidate
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Compare objects contained in the reverse lookup against the old scanning method to see if there is any discrepenties.
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/ObjectCacheContext.cpp:59
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVarObjectReverseLookupValidate(
TEXT("Editor.ObjectReverseLookupValidate"),
TEXT("Compare objects contained in the reverse lookup against the old scanning method to see if there is any discrepenties."),
FConsoleCommandDelegate::CreateLambda(
[]()
{
ObjectCacheContextImpl::Validate();
}