Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | STableTreeViewCell |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Table/Widgets/STableTreeViewCell.h |
| Include Path | #include "InsightsCore/Table/Widgets/STableTreeViewCell.h" |
Syntax
class STableTreeViewCell : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STableTreeViewCell
- FSlateControlledConstruction → SWidget → SCompoundWidget → STableTreeViewCell
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
InsightsCore/Table/Widgets/STableTreeViewCell.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > GenerateWidgetForColumn
(
const FArguments& InArgs |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
TSharedRef< SWidget > GenerateWidgetForNameColumn
(
const FArguments& InArgs |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
TSharedRef< SWidget > GenerateWidgetForTableColumn
(
const FArguments& InArgs |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FText GetDisplayName() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FSlateColor GetDisplayNameColorAndOpacity() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FText GetExtraDisplayName() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FSlateColor GetExtraDisplayNameColorAndOpacity() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
EVisibility GetHintIconVisibility() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
const FSlateBrush * GetIcon() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FSlateColor GetIconColorAndOpacity() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FSlateColor GetNormalTextColorAndOpacity() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FLinearColor GetShadowColorAndOpacity() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
FText GetValueAsText() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
EVisibility HasExtraDisplayName() |
InsightsCore/Table/Widgets/STableTreeViewCell.h | ||
bool IsSelected() |
InsightsCore/Table/Widgets/STableTreeViewCell.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDragEnter
(
const FGeometry& MyGeometry, |
Called during drag and drop when the drag enters a widget. | InsightsCore/Table/Widgets/STableTreeViewCell.h | |
virtual void OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Called during drag and drop when the drag leaves a widget. | InsightsCore/Table/Widgets/STableTreeViewCell.h | |
virtual void OnMouseEnter
(
const FGeometry& MyGeometry, |
The system will use this event to notify a widget that the cursor has entered it. | InsightsCore/Table/Widgets/STableTreeViewCell.h | |
virtual void OnMouseLeave
(
const FPointerEvent& MouseEvent |
The system will use this event to notify a widget that the cursor has left it. | InsightsCore/Table/Widgets/STableTreeViewCell.h |