CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FAtomMonitorLogTabInfo 構造体

#include <SAtomMonitorLogWidget.h>

公開メンバ関数

 FAtomMonitorLogTabInfo (FString InLabel, FString InToolTip, EAtomMonitorLogMode InFilter=EAtomMonitorLogMode::All, uint8 InPriority=255, bool bInTabOpen=true)

公開変数類

bool bHighlightFind
bool bLastFindWasUp
bool bTabOpen
EAtomMonitorLogMode Filter
TSharedPtr< SEditableTextBox > FindBox
TSharedPtr< SBorder > FindErrorLabel
TSharedPtr< STextBlock > FindErrorText
TArray< TSharedPtr< SWidget > > FindWidgets
FString Label
FString LastFind
TSharedPtr< SListView< TSharedRef< FAtomMonitorLogLine > > > LogListView
uint8 Priority
FName TabIdName
TArray< TSharedRef< FAtomMonitorLogLine > > TabLogLines
TWeakPtr< SDockTab > TabWidget
FString ToolTip

詳解

Struct containing tab-specific information

構築子と解体子

◆ FAtomMonitorLogTabInfo()

FAtomMonitorLogTabInfo::FAtomMonitorLogTabInfo ( FString InLabel,
FString InToolTip,
EAtomMonitorLogMode InFilter = EAtomMonitorLogMode::All,
uint8 InPriority = 255,
bool bInTabOpen = true )
inline

メンバ詳解

◆ bHighlightFind

bool FAtomMonitorLogTabInfo::bHighlightFind

Whether or not to highlight text, from searches

◆ bLastFindWasUp

bool FAtomMonitorLogTabInfo::bLastFindWasUp

Whether or not the last search direction was upwards

◆ bTabOpen

bool FAtomMonitorLogTabInfo::bTabOpen

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

◆ Filter

EAtomMonitorLogMode FAtomMonitorLogTabInfo::Filter

The log line filter the tab should use

◆ FindBox

TSharedPtr<SEditableTextBox> FAtomMonitorLogTabInfo::FindBox

The text box for the 'Find' bar

◆ FindErrorLabel

TSharedPtr<SBorder> FAtomMonitorLogTabInfo::FindErrorLabel

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

◆ FindErrorText

TSharedPtr<STextBlock> FAtomMonitorLogTabInfo::FindErrorText

The text block for the above label

◆ FindWidgets

TArray<TSharedPtr<SWidget> > FAtomMonitorLogTabInfo::FindWidgets

The list of widgets for the 'Find' bar

◆ Label

FString FAtomMonitorLogTabInfo::Label

The label to apply to the tab

◆ LastFind

FString FAtomMonitorLogTabInfo::LastFind

Caches the text of the last search

◆ LogListView

TSharedPtr<SListView<TSharedRef<FAtomMonitorLogLine> > > FAtomMonitorLogTabInfo::LogListView

Reference to the log list view for the tab

◆ Priority

uint8 FAtomMonitorLogTabInfo::Priority

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

◆ TabIdName

FName FAtomMonitorLogTabInfo::TabIdName

Automatically generated name given to the tab

◆ TabLogLines

TArray<TSharedRef<FAtomMonitorLogLine> > FAtomMonitorLogTabInfo::TabLogLines

The list of log lines for this particular tab

◆ TabWidget

TWeakPtr<SDockTab> FAtomMonitorLogTabInfo::TabWidget

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

◆ ToolTip

FString FAtomMonitorLogTabInfo::ToolTip

The tooltip/description to apply to the tab


この構造体詳解は次のファイルから抽出されました: