Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/SMovieGraphSimpleList
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphSharedWidgets.h |
| Include Path | #include "Graph/MovieGraphSharedWidgets.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMovieGraphSimpleList< ListType > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SMovieGraphSimpleList::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Graph/MovieGraphSharedWidgets.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Graph/MovieGraphSharedWidgets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _HeaderRow | TSharedPtr< SHeaderRow > | Graph/MovieGraphSharedWidgets.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CustomSummaryWidget
(
const TAttribute< TSharedPtr< SWidget > >& InAttribute |
Gets the widget that should be shown in the summary row. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & DataSource
(
const TAttribute< TArray< ListType >* >& InAttribute |
The source of data that the list will display. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & DataType
(
const TAttribute< FText >& InAttribute |
The name of the data type that will be shown in the summary row. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & DataTypePlural
(
const TAttribute< FText >& InAttribute |
The plural of the DataType attribute. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & HeaderRow
(
TSharedPtr< SHeaderRow > InArg |
Optional header row that will be displayed in the list. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnDelete
(
const FOnDelete& InDelegate |
Invoked when a delete operation is performed. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnGetContextMenuContent
(
const FOnGetContextMenuContent& InDelegate |
Gets the menu items that should show up in the context menu when it is shown. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnGetCustomRow
(
const FGetCustomRow& InDelegate |
If needed, custom rows can be generated. This is needed if using a custom header row. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnGetRowEnableState
(
const FGetRowEnableState& InDelegate |
Gets the enable state of the row. Called if ShowEnableDisable is turned on. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnGetRowIcon
(
const FGetRowIcon& InDelegate |
Gets the icon for a row in the list. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnGetRowText
(
const FGetRowText& InDelegate |
Gets the text for a row in the list. Use OnGetCustomRow if a custom HeaderRow is in use. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnRefreshDataSourceRequested
(
const FOnRefreshDataSourceRequested& InDelegate |
If the data source provided to the list is not the data model being modified by the transaction system, then this event should be provided a delegate that refreshes the data source. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnSetRowEnableState
(
const FSetRowEnableState& InDelegate |
Sets the enable state of the row. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & SelectionMode
(
const TAttribute< ESelectionMode::Type >& InAttribute |
The selection mode the list should be put into. Defaults to Multi. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & ShowEnableDisable
(
const TAttribute< bool >& InAttribute |
Whether the enable/disable checkbox should be displayed. | Graph/MovieGraphSharedWidgets.h |