BP.DumpAllRegisteredNamespacePaths
BP.DumpAllRegisteredNamespacePaths
#Overview
name: BP.DumpAllRegisteredNamespacePaths
This variable is created as a Console Variable (cvar).
- type:
Cmd - help:
Dumps all registered namespace paths.
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/Editor/Kismet/Private/BlueprintNamespaceRegistry.cpp:51
Scope (from outer to inner):
file
function FBlueprintNamespaceRegistry::FBlueprintNamespaceRegistry
Source code excerpt:
IConsoleManager::Get().RegisterConsoleCommand
(
TEXT("BP.DumpAllRegisteredNamespacePaths"),
TEXT("Dumps all registered namespace paths."),
FConsoleCommandDelegate::CreateRaw(this, &FBlueprintNamespaceRegistry::DumpAllRegisteredPaths),
ECVF_Default
);
}
FBlueprintNamespaceRegistry::~FBlueprintNamespaceRegistry()
{
Shutdown();
}
void FBlueprintNamespaceRegistry::Initialize()