SlateDebugger.Invalidate.ThresholdPerformanceMS
SlateDebugger.Invalidate.ThresholdPerformanceMS
#Overview
name: SlateDebugger.Invalidate.ThresholdPerformanceMS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
For bUsePerformanceThreshold, threshold in milliseconds to reach before logging and/or displaying the invalidated widgets.
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/ConsoleSlateDebuggerInvalidate.cpp:76
Scope (from outer to inner):
file
function FConsoleSlateDebuggerInvalidate::FConsoleSlateDebuggerInvalidate
Source code excerpt:
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
, ThresholdPerformanceRefCVar(
TEXT("SlateDebugger.Invalidate.ThresholdPerformanceMS"),
ThresholdPerformanceMs,
TEXT("For bUsePerformanceThreshold, threshold in milliseconds to reach before logging and/or displaying the invalidated widgets."),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
, SetInvalidateWidgetReasonFilterCommand(
TEXT("SlateDebugger.Invalidate.SetInvalidateWidgetReasonFilter"),
TEXT("Enable Invalidate Widget Reason filters. Usage: SetInvalidateWidgetReasonFilter None|Layout|Paint|Volatility|ChildOrder|RenderTransform|Visibility|Any"),