IConsoleCommandExecutor

Handles executing console commands

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IConsoleCommandExecutor

FConsoleCommandExecutor

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h

Include

#include "HAL/IConsoleManager.h"

Syntax

class IConsoleCommandExecutor : public IModularFeature

Remarks

Handles executing console commands

Destructors

Name Description

Public function Virtual

~IConsoleCommandExecutor()

Functions

Name Description

Public function Const

bool

 

AllowHotKeyClose()

True if we allow the console to be closed using the "open console" hot-key.

Public function Const

bool

 

AllowMultiLine()

True if we allow the console to create multi-line commands.

Public function

bool

 

Exec

(
    const TCHAR* Input
)

Execute the given command using this executor.

Public function

void

 

GetAutoCompleteSuggestions

(
    const TCHAR* Input,
    TArray< FString >& Out
)

Get the list of auto-complete suggestions for the given command.

Public function Const

FText

 

GetDescription()

Get the description of this executor.

Public function Const

FText

 

GetDisplayName()

Get the display name of this executor.

Public function

void

 

GetExecHistory

(
    TArray< FString >& Out
)

Get the list of commands that this executor has recently processed.

Public function Const

FText

 

GetHintText()

Get the hint text of this executor.

Public function Const

FInputChord

 

GetHotKey()

Returns the hotkey for this executor

Public function Const

FName

 

GetName()

Get the name of this executor.

Public function Static

FName

 

ModularFeatureName()

Get the name identifying this modular feature set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss