SlateDebugger.Invalidate.SetInvalidateRootReasonFilter

SlateDebugger.Invalidate.SetInvalidateRootReasonFilter

#Overview

name: SlateDebugger.Invalidate.SetInvalidateRootReasonFilter

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:85

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerInvalidate::FConsoleSlateDebuggerInvalidate

Source code excerpt:

		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandleSetInvalidateWidgetReasonFilter))
	, SetInvalidateRootReasonFilterCommand(
		TEXT("SlateDebugger.Invalidate.SetInvalidateRootReasonFilter"),
		TEXT("Enable Invalidate Root Reason filters. Usage: SetInvalidateRootReasonFilter None|ChildOrder|Root|ScreenPosition|Any"),
		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandleSetInvalidateRootReasonFilter))
	, LastPerformanceThresholdFrameCount(0)
	, LastPerformanceThresholdSeconds(0.0)
{
	LoadConfig();