Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/SMovieGraphSimplePicker
| 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< SMovieGraphSimplePicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SMovieGraphSimplePicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Graph/MovieGraphSharedWidgets.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Graph/MovieGraphSharedWidgets.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DataSource
(
TArray< DataType > InArg |
The data that is displayed within the picker. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & DataSourceEmptyMessage
(
FText InArg |
The message displayed if the data source is empty. | 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. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & OnItemPicked
(
const FOnItemPicked& InDelegate |
Called when an item is picked in the list. | Graph/MovieGraphSharedWidgets.h | |
WidgetArgsType & Title
(
FText InArg |
The title text shown within the picker widget. | Graph/MovieGraphSharedWidgets.h |