ShowPPFlags

ShowPPFlags

#Overview

name: ShowPPFlags

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>/Engine/Config/BaseEditorPerProjectUserSettings.ini:601, section: [/Script/UnrealEd.CascadeOptions]

#References in C++ code

#Callsites

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

#Loc: <Workspace>/Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h:149

Scope (from outer to inner):

file
class        class UCascadeOptions : public UObject

Source code excerpt:


	UPROPERTY(EditAnywhere, config, Category=Options)
	int32 ShowPPFlags;

	/** If true, use the 'slimline' module drawing method in cascade. */
	UPROPERTY(EditAnywhere, config, Category=Options)
	uint32 bUseSlimCascadeDraw:1;

	/** The height to use for the 'slimline' module drawing method in cascade. */