IConsoleCommandExecutor::GetAutoCompleteSuggestions

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

Windows
MacOS
Linux

Override Hierarchy

IConsoleCommandExecutor::GetAutoCompleteSuggestions()

FConsoleCommandExecutor::GetAutoCompleteSuggestions()

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

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

Remarks

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

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