SlateDebugger.Invalidate.bLogInvalidatedWidget

SlateDebugger.Invalidate.bLogInvalidatedWidget

#Overview

name: SlateDebugger.Invalidate.bLogInvalidatedWidget

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/Debugging/ConsoleSlateDebuggerInvalidate.cpp:66

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerInvalidate::FConsoleSlateDebuggerInvalidate

Source code excerpt:

		FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
	, LogInvalidatedWidgetRefCVar(
		TEXT("SlateDebugger.Invalidate.bLogInvalidatedWidget"),
		bLogInvalidatedWidget,
		TEXT("Option to log the invalidated widget to the console."),
		FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
	, UsePerformanceThresholdRefCVar(
		TEXT("SlateDebugger.Invalidate.bUsePerformanceThreshold"),
		bUsePerformanceThreshold,