Editor.AssetReferenceRestrictions.ListDomainDatabase
Editor.AssetReferenceRestrictions.ListDomainDatabase
#Overview
name: Editor.AssetReferenceRestrictions.ListDomainDatabase
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Lists all of the asset reference domains the AssetReferenceRestrictions plugin knows about
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/Editor/AssetReferenceRestrictions/Source/AssetReferenceRestrictions/Private/AssetReferencingPolicySubsystem.cpp:49
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorldAndArgs GListDomainDatabaseCmd(
TEXT("Editor.AssetReferenceRestrictions.ListDomainDatabase"),
TEXT("Lists all of the asset reference domains the AssetReferenceRestrictions plugin knows about"),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(
[](const TArray<FString>& Params, UWorld* World)
{
if (UAssetReferencingPolicySubsystem* Subsystem = GEditor->GetEditorSubsystem<UAssetReferencingPolicySubsystem>())
{