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
Copy full snippet
Inheritance Hierarchy
Structs
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