DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UConsoleSettings

UObject

Implements the settings for the UConsole class.

Member Type Offset Share
MaxScrollbackSize

Visible Console stuff

int32_t 0x28
ManualAutoCompleteList

Manual list of auto-complete commands and info specified in BaseInput.ini

TArray<FAutoCompleteCommand> 0x30
AutoCompleteMapPaths

List of relative paths (e.g. Content/Maps) to search for map names for auto-complete usage.

TArray<FString> 0x40
BackgroundOpacityPercentage

Amount of transparency of the console background.

float 0x50
bOrderTopToBottom

Whether we legacy bottom-to-top ordering or regular top-to-bottom ordering

bool 0x54
bDisplayHelpInAutoComplete

Display the first line of any available help text in the auto-complete window, if a description isn't available

bool 0x55
InputColor

The color used for text input.

FColor 0x58
HistoryColor

The color used for the previously typed commands history.

FColor 0x5c
AutoCompleteCommandColor

The autocomplete color used for executable commands.

FColor 0x60
AutoCompleteCVarColor

The autocomplete color used for mutable CVars.

FColor 0x64
AutoCompleteFadedColor

The autocomplete color used for command descriptions and read-only CVars.

FColor 0x68