Navigation
API > API/Runtime > API/Runtime/EngineSettings
Structure for auto-complete commands and their descriptions.
| Name | FAutoCompleteCommand |
| Type | struct |
| Header File | /Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h |
| Include Path | #include "ConsoleSettings.h" |
Syntax
USTRUCT ()
struct FAutoCompleteCommand
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FColor | ConsoleSettings.h | ||
| Command | FString | ConsoleSettings.h |
|
|
| Desc | FString | ConsoleSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetLeft() |
For game console | ConsoleSettings.h | |
const FString & GetRight() |
For game console | ConsoleSettings.h | |
bool IsHistory() |
ConsoleSettings.h | ||
void SetHistory() |
ConsoleSettings.h |