health.logHealthSnapshot

health.logHealthSnapshot

#Overview

name: health.logHealthSnapshot

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/ProfilingDebugging/HealthSnapshot.cpp:20

Scope (from outer to inner):

file
namespace    HealthSnapshot

Source code excerpt:

	static int32 GLogHealthSnapshot = 1;
	static FAutoConsoleVariableRef CVarHealthSnapshot(
		TEXT("health.logHealthSnapshot"),
		GLogHealthSnapshot,
		TEXT("Log health snapshot)\n"),
		ECVF_Default);
}

TSharedPtr<FPerformanceTrackingChart> UHealthSnapshotBlueprintLibrary::PerformanceChart;