RetroDebug  1.0
RetroDebug
Public Member Functions | Public Attributes | List of all members
UURetroDebugConsoleWidget Class Reference

#include <RetroDebugConsoleWidget.h>

Inheritance diagram for UURetroDebugConsoleWidget:

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
 
UURetroDebugListViewWidgetRetroDebugConsoleListView
 

Detailed Description

Console log widget

Member Function Documentation

◆ AddConsoleEntry()

void UURetroDebugConsoleWidget::AddConsoleEntry ( const FLogEntry &  InEntry)

Adds new console log entry

Parameters
InEntryType of FLogEntry

◆ ClearConsoleEntries()

void UURetroDebugConsoleWidget::ClearConsoleEntries ( )

Clears all console entries. This is used if developer wants to clear current entries if log gets too long to scroll.

◆ DecreaseScrollBoxScrollOffset()

void UURetroDebugConsoleWidget::DecreaseScrollBoxScrollOffset ( )

Scrolls console log up

◆ IncreaseScrollBoxScrollOffset()

void UURetroDebugConsoleWidget::IncreaseScrollBoxScrollOffset ( )

Scrolls console log down

◆ ScrollToEnd()

void UURetroDebugConsoleWidget::ScrollToEnd ( )

Scrolls console log to end


The documentation for this class was generated from the following file: