|
RetroDebug
1.0
RetroDebug
|
#include <RetroDebugConsoleInputWidget.h>
Public Member Functions | |
| virtual void | NativeConstruct () override |
| virtual void | NativeDestruct () override |
| virtual FReply | NativeOnPreviewKeyDown (const FGeometry &InGeometry, const FKeyEvent &InKeyEvent) override |
| void | SetFocus (bool Focus) const |
| void | OnTextCommitted (const FText &Text, ETextCommit::Type CommitMethod) |
| void | SetPreviousConsoleInput () |
| void | SetNextConsoleInput () |
Public Attributes | |
| UEditableText * | CommandBox |
| TArray< FString > | InputCommands |
Console command input widget
| void UURetroDebugConsoleInputWidget::OnTextCommitted | ( | const FText & | Text, |
| ETextCommit::Type | CommitMethod | ||
| ) |
Executes console command.
| Text | Console Input Entry Text |
| CommitMethod | Commit Method EditableText. |
| void UURetroDebugConsoleInputWidget::SetNextConsoleInput | ( | ) |
Next ConsoleInput
| void UURetroDebugConsoleInputWidget::SetPreviousConsoleInput | ( | ) |
Previous ConsoleInput