SlateDebugger.Update.SetInvalidationRootIdFilter

SlateDebugger.Update.SetInvalidationRootIdFilter

#Overview

name: SlateDebugger.Update.SetInvalidationRootIdFilter

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/ConsoleSlateDebuggerUpdate.cpp:67

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerUpdate::FConsoleSlateDebuggerUpdate

Source code excerpt:

		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::HandleSetWidgetUpdateFlagsFilter))
	, InvalidationRootFilterRefCVar(
		TEXT("SlateDebugger.Update.SetInvalidationRootIdFilter"),
		InvalidationRootIdFilter,
		TEXT("Option to show only the widgets that are part of an invalidation root."))
	, OnlyGameWindow(
		TEXT("SlateDebugger.Update.OnlyGameWindow"),
		bDebugGameWindowOnly,
		TEXT("Option to only the debug the game window"))