FConsoleCommandExecutor::GetAutoCompleteSuggestions

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

Windows
MacOS
Linux

Override Hierarchy

IConsoleCommandExecutor::GetAutoCompleteSuggestions()

FConsoleCommandExecutor::GetAutoCompleteSuggestions()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Toolkits/FConsoleCommandExecutor.h

Include

#include "Toolkits/FConsoleCommandExecutor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Toolkits/FConsoleCommandExecutor.cpp

Syntax

virtual 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