SlateDebugger.Event.CaptureStack

SlateDebugger.Event.CaptureStack

#Overview

name: SlateDebugger.Event.CaptureStack

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/ConsoleSlateDebugger.cpp:86

Scope (from outer to inner):

file
function     FConsoleSlateDebugger::FConsoleSlateDebugger

Source code excerpt:

		FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
	, CaptureStackVariable(
		TEXT("SlateDebugger.Event.CaptureStack"),
		bCaptureStack,
		*LOCTEXT("CaptureStack", "Should we capture the stack when there are events?").ToString())
	, EnableInputRoutingMode(
		TEXT("SlateDebugger.Event.InputRoutingModeEnabled"),
		bInputRoutingModeEnabled,
		*LOCTEXT("InputRoutingModeEnabled", "Should we output the route that an input event took?").ToString(),