AssetManager.DumpBundlesForAsset

AssetManager.DumpBundlesForAsset

#Overview

name: AssetManager.DumpBundlesForAsset

This variable is created as a Console Variable (cvar).

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/AssetManager.cpp:3137

Scope: file

Source code excerpt:


static FAutoConsoleCommand CVarDumpBundlesForAsset(
	TEXT("AssetManager.DumpBundlesForAsset"),
	TEXT("Shows a list of all bundles for the specified primary asset by primary asset id (i.e. Map:Entry)"),
	FConsoleCommandWithArgsDelegate::CreateStatic(UAssetManager::DumpBundlesForAsset),
	ECVF_Cheat);

void UAssetManager::DumpBundlesForAsset(const TArray<FString>& Args)
{