Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/SRowDetails
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/SRowDetails.h |
| Include Path | #include "Widgets/SRowDetails.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRowDetails >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SRowDetails::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SRowDetails.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SRowDetails.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ColumnMetaData
(
TArray< TSharedPtr< FColumnMetaData > > InArg |
MetaData for all columns shared by the Name and the Data widgets. | Widgets/SRowDetails.h | |
WidgetArgsType & Columns
(
TArray< TWeakObjectPtr< const UScriptStruct > > InArg |
List of Columns to show in order. Leave blank to automatically find all matching columns. | Widgets/SRowDetails.h | |
WidgetArgsType & DataMetaData
(
TSharedPtr< FMetaData > InArg |
MetaData for the Data Widget shared by all columns. | Widgets/SRowDetails.h | |
WidgetArgsType & HeaderRow
(
TSharedPtr< SHeaderRow > InArg |
Custom header row for this SRowDetails. | Widgets/SRowDetails.h | |
WidgetArgsType & NameMetaData
(
TSharedPtr< FMetaData > InArg |
MetaData for the NameWidget shared by all columns. | Widgets/SRowDetails.h | |
WidgetArgsType & OnRelatedRowSelected
(
const FOnRelatedRowSelected& InDelegate |
Fired when the user clicks a related row in the relation section. | Widgets/SRowDetails.h | |
WidgetArgsType & RowPadding
(
const TAttribute< FMargin >& InAttribute |
The padding inside each Row. | Widgets/SRowDetails.h | |
WidgetArgsType & SelectionMode
(
const TAttribute< ESelectionMode::Type >& InAttribute |
Widgets/SRowDetails.h | ||
WidgetArgsType & ShowAllDetails
(
bool InArg |
Whether or not to show columns that don't have a dedicated widget to represent them. | Widgets/SRowDetails.h | |
WidgetArgsType & ShowUnpopulatedColumns
(
bool InArg |
If true, requested columns with no data on this row are shown as empty entries. Has no effect when Columns is empty. | Widgets/SRowDetails.h | |
WidgetArgsType & WidgetPurposeOverride
(
IUiProvider::FPurposeID InArg |
Override for the default widget purposes used to create widgets for the columns. | Widgets/SRowDetails.h |