Lyra.ObjListToCollection

Lyra.ObjListToCollection

#Overview

name: Lyra.ObjListToCollection

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>/Projects/Lyra/Source/LyraGame/Performance/LyraMemoryDebugCommands.cpp:49

Scope: file

Source code excerpt:


FAutoConsoleCommandWithWorldAndArgs GObjListToCollectionCmd(
	TEXT("Lyra.ObjListToCollection"),
	TEXT("Spits out a collection that contains the current object list"),
	FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(
		[](const TArray<FString>& Params, UWorld* World)
{
	// Get the list of loaded assets
	TArray<FString> AssetPaths;