SlateDebugger.Break.OnWidgetEndPaint

SlateDebugger.Break.OnWidgetEndPaint

#Overview

name: SlateDebugger.Break.OnWidgetEndPaint

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

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerBreak::FConsoleSlateDebuggerBreak

Source code excerpt:

		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]"),
		FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerBreak::HandleEndWidgetPaint))
	, RemoveAllCommand(TEXT("SlateDebugger.Break.RemoveAll"),
		TEXT("Remove all request to break.\n"),
		FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerBreak::RemoveAll))