Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor
Discovers collections that are pickable from a specific graph, and presents them in a list.
| |
|
| Name |
SMovieGraphCollectionPicker |
| Type |
class |
| Header File |
/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/Widgets/Graph/SMovieGraphCollectionPicker.h |
| Include Path |
#include "Widgets/Graph/SMovieGraphCollectionPicker.h" |
Syntax
class SMovieGraphCollectionPicker : public SMovieGraphSimplePicker< FName >
Inheritance Hierarchy
Structs
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnCollectionPicked |
TBaseDelegate_OneParam< void, FName > |
|
Widgets/Graph/SMovieGraphCollectionPicker.h |
| FOnFilter |
TBaseDelegate_OneParam< bool, FName > |
|
Widgets/Graph/SMovieGraphCollectionPicker.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CurrentGraph |
UMovieGraphConfig * |
The current graph being viewed. The data source will be populated from this graph. |
Widgets/Graph/SMovieGraphCollectionPicker.h |
|
| OnCollectionPicked |
FOnCollectionPicked |
Called when a collection is picked in the list. |
Widgets/Graph/SMovieGraphCollectionPicker.h |
|
| OnFilter |
FOnFilter |
Optional filter that can prevent discovered collections from showing up in the list. |
Widgets/Graph/SMovieGraphCollectionPicker.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Widgets/Graph/SMovieGraphCollectionPicker.h |
|