FConsoleCommandExecutor::GetExecHistory

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

Windows
MacOS
Linux

Override Hierarchy

IConsoleCommandExecutor::GetExecHistory()

FConsoleCommandExecutor::GetExecHistory()

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 GetExecHistory
(
    TArray< FString > & Out
)

Remarks

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

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