Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/SMovieGraphCollectionsHeaderWidg-
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/Widgets/Graph/SModifierCollectionsHeader.h |
| Include Path | #include "Widgets/Graph/SModifierCollectionsHeader.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMovieGraphCollectionsHeaderWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SMovieGraphCollectionsHeaderWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Graph/SModifierCollectionsHeader.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Graph/SModifierCollectionsHeader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnCollectionPicked
(
const FOnCollectionPicked& InDelegate |
Called when a collection is picked in the list. | Widgets/Graph/SModifierCollectionsHeader.h | |
WidgetArgsType & WeakModifierInterface
(
const TAttribute< TWeakInterfacePtr< IMovieGraphModifierNodeInterface > >& InAttribute |
The modifier node that is associated with the collections. | Widgets/Graph/SModifierCollectionsHeader.h |