Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Struct containing tab-specific information
| Name | FLogTabInfo |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h |
| Include Path | #include "UI/SLogWidget.h" |
Syntax
struct FLogTabInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLogTabInfo
(
FString InLabel, |
UI/SLogWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHighlightFind | bool | Whether or not to highlight text, from searches | UI/SLogWidget.h | |
| bLastFindWasUp | bool | Whether or not the last search direction was upwards | UI/SLogWidget.h | |
| bTabOpen | bool | Whether or not the tab is presently open (some tabs, such as the 'debug' tab, start off closed if not explicitly enabled) | UI/SLogWidget.h | |
| Filter | ELogType | The log line filter the tab should use | UI/SLogWidget.h | |
| FindBox | TSharedPtr< SEditableTextBox > | The text box for the 'Find' bar | UI/SLogWidget.h | |
| FindErrorLabel | TSharedPtr< SBorder > | The label that's displayed when there's an error searching, or searching past the start/end of the list | UI/SLogWidget.h | |
| FindErrorText | TSharedPtr< STextBlock > | The text block for the above label | UI/SLogWidget.h | |
| FindWidgets | TArray< TSharedPtr< SWidget > > | The list of widgets for the 'Find' bar | UI/SLogWidget.h | |
| Label | FString | The label to apply to the tab | UI/SLogWidget.h | |
| LastFind | FString | Caches the text of the last search | UI/SLogWidget.h | |
| LogListView | TSharedPtr< SListView< TSharedRef< FLogLine > > > | Reference to the log list view for the tab | UI/SLogWidget.h | |
| Priority | uint8 | When a logged line requests focus, this determines the priority for selecting what tab to focus (lower = higher priority) | UI/SLogWidget.h | |
| TabIdName | FName | Automatically generated name given to the tab | UI/SLogWidget.h | |
| TabLogLines | TArray< TSharedRef< FLogLine > > | The list of log lines for this particular tab | UI/SLogWidget.h | |
| TabWidget | TWeakPtr< SDockTab > | Stores a reference to the created tab (a weak reference, so it does not block destruction, or require cleanup) | UI/SLogWidget.h | |
| ToolTip | FString | The tooltip/description to apply to the tab | UI/SLogWidget.h |