Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Base class for graph-based level sequence burn-ins.
| Name | UMovieGraphBurnInWidget |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBurnInWidget.h |
| Include Path | #include "Graph/MovieGraphBurnInWidget.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable, Abstract)
class UMovieGraphBurnInWidget : public UUserWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UUserWidget → UMovieGraphBurnInWidget
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateForGraph
(
UMovieGraphPipeline* InGraphPipeline, |
Called on the first temporal and first spatial sample of each output frame. | Graph/MovieGraphBurnInWidget.h |
|