UEConsole Commands
CommandConsole CommandRenderer

r.TextureProfiler.DumpTextures

r.TextureProfiler.DumpTextures is a console command in Unreal Engine 5 (UE5). See what r.TextureProfiler.DumpTextures does and how to run it in the Unreal Engine console below.

Category: Renderer · Namespace: r

Description

Dumps all textures allocated by the RHI. Does not include render targets Arguments: -CombineTextureNames Combines all textures of the same name into a single line of output -CSV Produces CSV ready output

Usage

Unreal console (open with ~)
> r.TextureProfiler.DumpTextures

Related in r