Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- SCompoundWidget
- FSelfRegisteringEditorUndoClient
- SMovieGraphSimpleList
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphSharedWidgets.h |
| Include | #include "Graph/MovieGraphSharedWidgets.h" |
Syntax
template<typename ListType>
class SMovieGraphSimpleList :
public SCompoundWidget,
public FSelfRegisteringEditorUndoClient
Remarks
NOTE: There should not be widgetry defined in core. To fix this, the condition group queries in the render layer subsystem need to be refactored to expose their custom widgetry in MovieRenderPipelineEditor. A widget which lists items in rows w/ an alternating row color, where each item has an icon and text. A summary row appears at the end of the list indicating how many items are in the list.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | Refresh () |
Refreshes the contents of the list. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |