SlateDebugger.Update.ToggleUpdateFromPaint
SlateDebugger.Update.ToggleUpdateFromPaint
#Overview
name: SlateDebugger.Update.ToggleUpdateFromPaint
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Option to also display the widgets that do not have an update flag but are updated as a side effect of an other widget.
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:59
Scope (from outer to inner):
file
function FConsoleSlateDebuggerUpdate::FConsoleSlateDebuggerUpdate
Source code excerpt:
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::ToogleDisplayWidgetNameList))
, ToogleDisplayUpdateFromPaintCommand(
TEXT("SlateDebugger.Update.ToggleUpdateFromPaint"),
TEXT("Option to also display the widgets that do not have an update flag but are updated as a side effect of an other widget."),
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::ToogleDisplayUpdateFromPaint))
, SetWidgetUpdateFlagsFilterCommand(
TEXT("SlateDebugger.Update.SetWidgetUpdateFlagsFilter"),
TEXT("Enable or Disable specific Widget Update Flags filters. Usage: SetWidgetUpdateFlagsFilter [None] [Tick] [ActiveTimer] [Repaint] [VolatilePaint] [Any]"),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::HandleSetWidgetUpdateFlagsFilter))