SlateDebugger.Paint.LogWarningIfWidgetIsPaintedMoreThanOnce

SlateDebugger.Paint.LogWarningIfWidgetIsPaintedMoreThanOnce

#Overview

name: SlateDebugger.Paint.LogWarningIfWidgetIsPaintedMoreThanOnce

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/ConsoleSlateDebuggerPaint.cpp:59

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerPaint::FConsoleSlateDebuggerPaint

Source code excerpt:

		, TEXT("The max number of widgets that will be displayed when DisplayWidgetNameList is active."))
	, LogWarningIfWidgetIsPaintedMoreThanOnceRefCVar(
		TEXT("SlateDebugger.Paint.LogWarningIfWidgetIsPaintedMoreThanOnce")
		, bLogWarningIfWidgetIsPaintedMoreThanOnce
		, TEXT("Option to log a warning if a widget is painted more than once in a single frame."))
	, OnlyGameWindow(
		TEXT("SlateDebugger.Paint.OnlyGameWindow"),
		bDebugGameWindowOnly,
		TEXT("Option to only the debug the game window"))