SlateDebugger.Break.OnWidgetBeginPaint

SlateDebugger.Break.OnWidgetBeginPaint

#Overview

name: SlateDebugger.Break.OnWidgetBeginPaint

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/ConsoleSlateDebuggerBreak.cpp:23

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerBreak::FConsoleSlateDebuggerBreak

Source code excerpt:

		TEXT("Usage: [WidgetPtr=0x1234567]|[WidgetId=12345] [Reason=Paint|Volatility|ChildOrder|RenderTransform|Visibility|AttributeRegistration|Prepass|All|]"),
		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerBreak::HandleBreakOnWidgetInvalidation))
	, WidgetBeginPaintCommand(TEXT("SlateDebugger.Break.OnWidgetBeginPaint"),
		TEXT("Break before the widget get painted (must be attached to a debugger).\n")
		TEXT("Usage: [WidgetPtr=0x1234567]|[WidgetId=12345]"),
		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerBreak::HandleBeginWidgetPaint))
	, WidgetEndPaintCommand(TEXT("SlateDebugger.Break.OnWidgetEndPaint"),
		TEXT("Break after the widget got painted (must be attached to a debugger).\n")
		TEXT("Usage: [WidgetPtr=0x1234567]|[WidgetId=12345]"),