r.TextureProfiler.DumpTextures

r.TextureProfiler.DumpTextures

#Overview

name: r.TextureProfiler.DumpTextures

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/RHI/Private/TextureProfiler.cpp:69

Scope: file

Source code excerpt:


static FAutoConsoleCommand CmdTextureProfilerDumpTextures(
	TEXT("r.TextureProfiler.DumpTextures"),
	TEXT("Dumps all textures allocated by the RHI.  Does not include render targets\n")
	TEXT("Arguments:\n")
	TEXT("-CombineTextureNames    Combines all textures of the same name into a single line of output\n")
	TEXT("-CSV                    Produces CSV ready output"),

	FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateLambda([](const TArray< FString >& Args, UWorld* InWorld, FOutputDevice& Ar)