Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/SMovieGraphCollectionPicker
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/Widgets/Graph/SMovieGraphCollectionPicker.h |
| Include Path | #include "Widgets/Graph/SMovieGraphCollectionPicker.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMovieGraphCollectionPicker >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SMovieGraphCollectionPicker::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Graph/SMovieGraphCollectionPicker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Graph/SMovieGraphCollectionPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Graph
(
const TAttribute< UMovieGraphConfig* >& InAttribute |
The graph to begin discovering collections from. | Widgets/Graph/SMovieGraphCollectionPicker.h | |
WidgetArgsType & OnCollectionPicked
(
const FOnCollectionPicked& InDelegate |
Called when a collection is picked in the list. | Widgets/Graph/SMovieGraphCollectionPicker.h | |
WidgetArgsType & OnFilter
(
const FOnFilter& InDelegate |
Optional filter that can prevent discovered collections from showing up in the list. | Widgets/Graph/SMovieGraphCollectionPicker.h |