| ActivityTimeoutSeconds |
float |
Seconds of silence after which a terminal is no longer considered active. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal|Activity"
- Meta=(ClampMin=1.0, ClampMax=60.0, EditCondition="bPreventCloseDuringActivity")
|
| bPreventCloseDuringActivity |
bool |
When true, prompt for confirmation if the editor is closed while a terminal session is producing output. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal|Activity"
|
| ColorSchemeName |
FString |
Name of the color scheme to use. Must match a JSON file in Config/ColorSchemes/. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal"
|
| FontFamily |
FString |
Font filename stem (without extension) as found in the system Fonts directory, e.g. "consola" for Consolas. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal"
|
| FontSize |
int32 |
Font size in points. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal"
- Meta=(ClampMin=6, ClampMax=72)
|
| ScrollbackLimit |
int32 |
Maximum number of scrollback rows retained by the terminal. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal"
- Meta=(ClampMin=0, ClampMax=1000000)
|
| ShellExecutablePath |
FString |
Path to the shell executable. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal"
|
| StartupCommands |
TArray< FString > |
Commands to execute automatically when a new terminal window is created. |
TerminalSettings.h |
- Config
- EditAnywhere
- Category="Terminal"
|