FLogTabInfo

Struct containing tab-specific information

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h

Include

#include "UI/SLogWidget.h"

Syntax

struct FLogTabInfo

Remarks

Struct containing tab-specific information

Variables

Name Description

Public variable

bool

 

bHighlightFind

Whether or not to highlight text, from searches

Public variable

bool

 

bLastFindWasUp

Whether or not the last search direction was upwards

Public variable

bool

 

bTabOpen

Whether or not the tab is presently open (some tabs, such as the 'debug' tab, start off closed if not explicitly enabled)

Public variable

ELogType

 

Filter

The log line filter the tab should use

Public variable

TSharedPtr< SEd...

 

FindBox

The text box for the 'Find' bar

Public variable

TSharedPtr< SBo...

 

FindErrorLabel

The label that's displayed when there's an error searching, or searching past the start/end of the list

Public variable

TSharedPtr< STe...

 

FindErrorText

The text block for the above label

Public variable

TArray< TShared...

 

FindWidgets

The list of widgets for the 'Find' bar

Public variable

FString

 

Label

The label to apply to the tab

Public variable

FString

 

LastFind

Caches the text of the last search

Public variable

TSharedPtr< SLi...

 

LogListView

Reference to the log list view for the tab

Public variable

uint8

 

Priority

When a logged line requests focus, this determines the priority for selecting what tab to focus (lower = higher priority)

Public variable

FName

 

TabIdName

Automatically generated name given to the tab

Public variable

TArray< TShared...

 

TabLogLines

The list of log lines for this particular tab

Public variable

TWeakPtr< SDock...

 

TabWidget

Stores a reference to the created tab (a weak reference, so it does not block destruction, or require cleanup)

Public variable

FString

 

ToolTip

The tooltip/description to apply to the tab

Constructors

Name Description

Public function

FLogTabInfo

(
    FString InLabel,
    FString InToolTip,
    ELogType InFilter,
    uint8 InPriority,
    bool bInTabOpen
)

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