a.AuditLoadedAnimGraphs

a.AuditLoadedAnimGraphs

#Overview

name: a.AuditLoadedAnimGraphs

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/AnimGraphRuntime/Private/AnimGraphRuntimeModule.cpp:25

Scope: file

Source code excerpt:


static FAutoConsoleCommand AuditLoadedAnimGraphs(
	TEXT("a.AuditLoadedAnimGraphs"),
	TEXT("Audit memory breakdown of currently loaded anim graphs. Writes results to the log."), 
	FConsoleCommandDelegate::CreateLambda([]()
	{
		UE_LOG(LogAnimation, Display, TEXT("--- BEGIN audit all loaded anim graphs ---"));
		UE_LOG(LogAnimation, Display, TEXT("NodeType, Size (B), Count, TotalSize (B)"));