Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A simple widget that displays a list that can be picked from. Meant for use within pop-ups. Shows a title above the list, and an optional message to be displayed (instead of the list) if the data source is empty.
| Name | SMovieGraphSimplePicker |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphSharedWidgets.h |
| Include Path | #include "Graph/MovieGraphSharedWidgets.h" |
Syntax
template<typename DataType>
class SMovieGraphSimplePicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMovieGraphSimplePicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMovieGraphSimplePicker
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetRowIcon | TBaseDelegate_OneParam< const FSlateBrush *, DataType > | Graph/MovieGraphSharedWidgets.h | |
| FGetRowText | TBaseDelegate_OneParam< FText, DataType > | Graph/MovieGraphSharedWidgets.h | |
| FOnFilter | TBaseDelegate_OneParam< bool, DataType > | Graph/MovieGraphSharedWidgets.h | |
| FOnItemPicked | TBaseDelegate_OneParam< void, DataType > | Graph/MovieGraphSharedWidgets.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataSourceEmptyMessage | FText | Graph/MovieGraphSharedWidgets.h | ||
| OnGetRowIcon | FGetRowIcon | Graph/MovieGraphSharedWidgets.h | ||
| OnGetRowText | FGetRowText | Graph/MovieGraphSharedWidgets.h | ||
| OnItemPicked | FOnItemPicked | Graph/MovieGraphSharedWidgets.h | ||
| Title | FText | Graph/MovieGraphSharedWidgets.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Graph/MovieGraphSharedWidgets.h |