ShowSearchableNames

ShowSearchableNames

#Overview

name: ShowSearchableNames

The value of this variable can be defined or overridden in .ini config files. 1 .ini config file referencing this setting variable.

It is referenced in 1 C++ source file.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Projects/Lyra/Config/DefaultEditor.ini:75, section: [/Script/UnrealEd.EditorProjectAppearanceSettings]

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h:112

Scope (from outer to inner):

file
class        class UEditorProjectAppearanceSettings : public UDeveloperSettings

Source code excerpt:

	// Should the Reference Viewer have 'Show Searchable Names' checked by default when opened in this project
	UPROPERTY(EditAnywhere, config, Category=ReferenceViewer)
	EReferenceViewerSettingMode ShowSearchableNames;

	// The default maximum search breadth for the reference viewer when opened
	UPROPERTY(EditAnywhere, config, Category = ReferenceViewer, meta=(DisplayName="Default Max Search Breadth", ClampMin=1, ClampMax=1000, UIMin=1, UIMax=50))
	int32 ReferenceViewerDefaultMaxSearchBreadth = 20;

public: