SlateDebugger.bCaptureRootInvalidationCallstacks

SlateDebugger.bCaptureRootInvalidationCallstacks

#Overview

name: SlateDebugger.bCaptureRootInvalidationCallstacks

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/SlateCore/Private/Trace/SlateTrace.cpp:21

Scope: file

Source code excerpt:

static int32 bCaptureRootInvalidationCallstacks = 0;
static FAutoConsoleVariableRef CVarCaptureRootInvalidationCallstacks(
	TEXT("SlateDebugger.bCaptureRootInvalidationCallstacks"),
	bCaptureRootInvalidationCallstacks,
	TEXT("Whenever a widget is the root cause of an invalidation, capture the callstack for slate insights."));

namespace UE::Slate::Private
{
	static FCriticalSection ModuleLoadLock;