DataRegistry.DumpCachedItems
DataRegistry.DumpCachedItems
#Overview
name: DataRegistry.DumpCachedItems
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Shows a list of every item available cached for the specified registry type. Add All as second parameter to also print value as text
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/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp:976
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVarDumpCachedItems(
TEXT("DataRegistry.DumpCachedItems"),
TEXT("Shows a list of every item available cached for the specified registry type. Add All as second parameter to also print value as text"),
FConsoleCommandWithArgsDelegate::CreateStatic(UDataRegistrySubsystem::DumpCachedItems),
ECVF_Cheat);
void UDataRegistrySubsystem::DumpCachedItems(const TArray<FString>& Args)
{