Navigation
API > API/Runtime > API/Runtime/EngineSettings
References
| Module | EngineSettings |
| Header | /Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h |
| Include | #include "ConsoleSettings.h" |
Syntax
struct FAutoCompleteCommand
Remarks
Structure for auto-complete commands and their descriptions.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetLeft () |
For game console | |
| const FString & | GetRight () |
For game console | |
| bool | IsHistory () |
||
| void | SetHistory () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FAutoCompleteCommand& rhs |