|
RetroDebug
1.0
RetroDebug
|
#include <RetroDebugConsoleWidget.h>
Public Member Functions | |
| virtual void | NativeConstruct () override |
| virtual void | NativeDestruct () override |
| void | IncreaseScrollBoxScrollOffset () |
| void | DecreaseScrollBoxScrollOffset () |
| void | ClearConsoleEntries () |
| void | AddConsoleEntry (const FLogEntry &InEntry) |
| void | ScrollToEnd () |
Public Attributes | |
| UScrollBox * | ConsoleScrollBox |
| UURetroDebugListViewWidget * | RetroDebugConsoleListView |
Console log widget
| void UURetroDebugConsoleWidget::AddConsoleEntry | ( | const FLogEntry & | InEntry | ) |
Adds new console log entry
| InEntry | Type of FLogEntry |
| void UURetroDebugConsoleWidget::ClearConsoleEntries | ( | ) |
Clears all console entries. This is used if developer wants to clear current entries if log gets too long to scroll.
| void UURetroDebugConsoleWidget::DecreaseScrollBoxScrollOffset | ( | ) |
Scrolls console log up
| void UURetroDebugConsoleWidget::IncreaseScrollBoxScrollOffset | ( | ) |
Scrolls console log down
| void UURetroDebugConsoleWidget::ScrollToEnd | ( | ) |
Scrolls console log to end