Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UMovieGraphWidgetRendererBaseNode
- UMovieGraphBurnInNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphBurnInNode.h |
| Include | #include "Graph/Nodes/MovieGraphBurnInNode.h" |
Syntax
UCLASS ()
class UMovieGraphBurnInNode : public UMovieGraphWidgetRendererBaseNode
Remarks
A node which generates a widget burn-in, rendered to a standalone image or composited on top of a render layer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bOverride_BurnInClass | ||
| FSoftClassPath | BurnInClass | The widget that the burn-in should use. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GatherOutputPassesImpl
(
UMovieGraphEvaluatedConfig* InConfig, |
||
| TUniquePtr< FMovieGraphWidgetPass > | GeneratePass () |
Generate a new pass that the widget renderer will use. | |
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| FText | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| FLinearColor | Gets the node's title color, as visible in the graph. | ||
| TObjectPtr< UMovieGraphBurnInWidget > | GetOrCreateBurnInWidget
(
UClass* WidgetClass, |
Gets an existing widget instance of type WidgetClass if one has been created. | |
| FString | |||
| void | TeardownImpl () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMovieGraphBurnInPass | A burn-in pass for a specific render layer. |
Constants
| Name | Description |
|---|---|
| DefaultBurnInWidgetAsset | The path to the default widget class that will be used for the burn-in. |
| RendererName |