Navigation
API > API/Runtime > API/Runtime/EngineSettings
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UConsoleSettings
References
| Module | EngineSettings |
| Header | /Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h |
| Include | #include "ConsoleSettings.h" |
Syntax
class UConsoleSettings : public UObject
Remarks
Implements the settings for the UConsole class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | AutoCompleteCommandColor | The autocomplete color used for executable commands. | |
| FColor | AutoCompleteCVarColor | The autocomplete color used for mutable CVars. | |
| FColor | AutoCompleteFadedColor | The autocomplete color used for command descriptions and read-only CVars. | |
| TArray< FString > | AutoCompleteMapPaths | List of relative paths (e.g. Content/Maps) to search for map names for auto-complete usage. | |
| float | BackgroundOpacityPercentage | Amount of transparency of the console background. | |
| bool | bDisplayHelpInAutoComplete | Display the first line of any available help text in the auto-complete window, if a description isn't available | |
| bool | bOrderTopToBottom | Whether we legacy bottom-to-top ordering or regular top-to-bottom ordering | |
| FColor | HistoryColor | The color used for the previously typed commands history. | |
| FColor | InputColor | The color used for text input. | |
| TArray< struct FAutoCompleteCommand > | ManualAutoCompleteList | Manual list of auto-complete commands and info specified in BaseInput.ini | |
| int32 | MaxScrollbackSize | The maximum number of lines the console keeps in its output history. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UConsoleSettings
(
const FObjectInitializer& ObjectInitializer |