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
- TSlateBaseNamedArgs< SRowDetails > → 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 & ShowAllDetails
(
bool InArg |
Whether or not to show columns that don't have a dedicated widget to represent them. | Widgets/SRowDetails.h | |
WidgetArgsType & WidgetPurposeOverride
(
IUiProvider::FPurposeID InArg |
Override for the default widget purposes used to create widgets for the columns. | Widgets/SRowDetails.h |