Class ConsoleSettings
Implements the settings for the UConsole class.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.EngineSettings
Assembly: UE4DotNet.dll
Syntax
public class ConsoleSettings : UObject
Properties
| Improve this Doc View SourceAutoCompleteCommandColor
The autocomplete color used for executable commands.
Declaration
public Color AutoCompleteCommandColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
AutoCompleteCVarColor
The autocomplete color used for mutable CVars.
Declaration
public Color AutoCompleteCVarColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
AutoCompleteFadedColor
The autocomplete color used for command descriptions and read-only CVars.
Declaration
public Color AutoCompleteFadedColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BackgroundOpacityPercentage
Amount of transparency of the console background.
Declaration
public float BackgroundOpacityPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
bOrderTopToBottom
Declaration
public bool bOrderTopToBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ConsoleSettings DefaultObject { get; }
Property Value
Type | Description |
---|---|
ConsoleSettings |
HistoryColor
The color used for the previously typed commands history.
Declaration
public Color HistoryColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
InputColor
The color used for text input.
Declaration
public Color InputColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
MaxScrollbackSize
Visible Console stuff
Declaration
public int MaxScrollbackSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static ConsoleSettings New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ConsoleSettings |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ConsoleSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator ConsoleSettings(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ConsoleSettings |