|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#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
|
inline |
| bool FAtomMonitorLogTabInfo::bHighlightFind |
Whether or not to highlight text, from searches
| bool FAtomMonitorLogTabInfo::bLastFindWasUp |
Whether or not the last search direction was upwards
| 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)
| EAtomMonitorLogMode FAtomMonitorLogTabInfo::Filter |
The log line filter the tab should use
| TSharedPtr<SEditableTextBox> FAtomMonitorLogTabInfo::FindBox |
The text box for the 'Find' bar
| TSharedPtr<SBorder> FAtomMonitorLogTabInfo::FindErrorLabel |
The label that's displayed when there's an error searching, or searching past the start/end of the list
| TSharedPtr<STextBlock> FAtomMonitorLogTabInfo::FindErrorText |
The text block for the above label
| TArray<TSharedPtr<SWidget> > FAtomMonitorLogTabInfo::FindWidgets |
The list of widgets for the 'Find' bar
| FString FAtomMonitorLogTabInfo::Label |
The label to apply to the tab
| FString FAtomMonitorLogTabInfo::LastFind |
Caches the text of the last search
| TSharedPtr<SListView<TSharedRef<FAtomMonitorLogLine> > > FAtomMonitorLogTabInfo::LogListView |
Reference to the log list view for the tab
| uint8 FAtomMonitorLogTabInfo::Priority |
When a logged line requests focus, this determines the priority for selecting what tab to focus (lower = higher priority)
| FName FAtomMonitorLogTabInfo::TabIdName |
Automatically generated name given to the tab
| TArray<TSharedRef<FAtomMonitorLogLine> > FAtomMonitorLogTabInfo::TabLogLines |
The list of log lines for this particular tab
| TWeakPtr<SDockTab> FAtomMonitorLogTabInfo::TabWidget |
Stores a reference to the created tab (a weak reference, so it does not block destruction, or require cleanup)
| FString FAtomMonitorLogTabInfo::ToolTip |
The tooltip/description to apply to the tab