SlateDebugger.Event.LogFocusEvent

SlateDebugger.Event.LogFocusEvent

#Overview

name: SlateDebugger.Event.LogFocusEvent

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

Scope (from outer to inner):

file
function     FConsoleSlateDebugger::FConsoleSlateDebugger

Source code excerpt:

		FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
	, EnableLogFocusEvent(
		TEXT("SlateDebugger.Event.LogFocusEvent"),
		bLogFocusEvent,
		*LOCTEXT("LogFocusEvent", "Log focus events").ToString(),
		FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
	, EnableLogAttemptNavigationEvent(
		TEXT("SlateDebugger.Event.LogAttemptNavigationEvent"),
		bLogAttemptNavigationEvent,