Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObject
- UVisual
- UWidget
- UUserWidget
- UMovieGraphRenderPreviewWidget
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderDebugWidget.h |
| Include | #include "MovieRenderDebugWidget.h" |
Syntax
UCLASS (Blueprintable, Abstract)
class UMovieGraphRenderPreviewWidget : public UUserWidget
Remarks
C++ Base Class for the preview widget that is drawn onto the game viewport (but not burned into the output files) that allow us to easily visualize the current state of the pipeline. Used for Graph Based pipelines.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnInitializedForPipeline
(
UMovieGraphPipeline* InPipeline |